Changeset aeeaf0f in mainline for uspace/app/bdsh/util.h
- Timestamp:
- 2019-05-19T07:28:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a78cdcd
- Parents:
- 6aeb60f (diff), 587867a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2019-05-19 07:28:42)
- git-committer:
- GitHub <noreply@…> (2019-05-19 07:28:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/util.h
r6aeb60f raeeaf0f 31 31 32 32 #include "scli.h" 33 #include <stdbool.h> 33 34 34 35 /* Utility functions */ 35 36 extern unsigned int cli_count_args(char **); 36 37 extern unsigned int cli_set_prompt(cliuser_t *usr); 38 extern bool is_path(const char *cmd); 37 39 38 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.