Made C++ safe.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
25209a1365
commit
ea8e6dbaab
@ -1,2 +1,17 @@
|
||||
#ifndef FS_SHELL_ARGV_H
|
||||
#define FS_SHELL_ARGV_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* this function takes a string and chops it into individual "words" */
|
||||
char **build_argv(char *str, int *argc);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // FS_SHELL_ARGV_H
|
||||
|
Loading…
Reference in New Issue
Block a user