Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3279 → Rev 3280

/branches/shell/uspace/app/bdsh/util.h
9,5 → 9,4
extern char * cli_strdup(const char *s1);
extern char * cli_strtok_r(char *, const char *, char **);
extern char * cli_strtok(char *, const char *);
extern void cli_free(void **);
#endif