source:
mainline/uspace/app/bdsh/cmds/modules/pwd/entry.h
Last change on this file was 09ab0a9a, checked in by , 7 years ago | |
---|---|
|
|
File size: 176 bytes |
Rev | Line | |
---|---|---|
[216d6fc] | 1 | #ifndef PWD_ENTRY_H |
2 | #define PWD_ENTRY_H | |
3 | ||
4 | #include "scli.h" | |
5 | ||
6 | /* Entry points for the pwd command */ | |
[809813d] | 7 | extern void help_cmd_pwd(unsigned int); |
8 | extern int cmd_pwd(char **); | |
[216d6fc] | 9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.