Rev 3397 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3397 | Rev 3492 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define PWD_ENTRY_H |
2 | #define PWD_ENTRY_H |
3 | 3 | ||
4 | #include "scli.h" |
4 | #include "scli.h" |
5 | 5 | ||
6 | /* Entry points for the pwd command */ |
6 | /* Entry points for the pwd command */ |
7 | extern void * help_cmd_pwd(unsigned int); |
7 | extern void help_cmd_pwd(unsigned int); |
8 | extern int * cmd_pwd(char **); |
8 | extern int cmd_pwd(char **); |
9 | 9 | ||
10 | #endif |
10 | #endif |
11 | 11 | ||
12 | 12 |