Rev 3481 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3481 | Rev 3483 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | #include "scli.h" |
4 | #include "scli.h" |
5 | 5 | ||
6 | /* Internal string handlers */ |
6 | /* Internal string handlers */ |
7 | extern char * cli_strdup(const char *); |
7 | extern char * cli_strdup(const char *); |
8 | extern size_t cli_redup(char **, const char *); |
- | |
9 | extern char * cli_strtok_r(char *, const char *, char **); |
8 | extern char * cli_strtok_r(char *, const char *, char **); |
10 | extern char * cli_strtok(char *, const char *); |
9 | extern char * cli_strtok(char *, const char *); |
11 | 10 | ||
12 | /* Utility functions */ |
11 | /* Utility functions */ |
13 | extern unsigned int cli_count_args(char **); |
12 | extern unsigned int cli_count_args(char **); |