Changes in uspace/app/bdsh/util.h [1c481ee:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/app/bdsh/util.h ¶
r1c481ee r9d58539 31 31 32 32 #include "scli.h" 33 #include <stdbool.h>34 33 35 34 /* Utility functions */ 36 35 extern unsigned int cli_count_args(char **); 37 36 extern unsigned int cli_set_prompt(cliuser_t *usr); 38 extern bool is_path(const char *cmd);39 37 40 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.