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