Subversion Repositories HelenOS

Rev

Rev 3397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3397 Rev 3492
Line 1... Line 1...
1
#ifndef HELP_ENTRY_H_
1
#ifndef HELP_ENTRY_H_
2
#define HELP_ENTRY_H_
2
#define HELP_ENTRY_H_
3
 
3
 
4
/* Entry points for the help command */
4
/* Entry points for the help command */
5
extern void * help_cmd_help(unsigned int);
5
extern void help_cmd_help(unsigned int);
6
extern int * cmd_help(char *[]);
6
extern int cmd_help(char *[]);
7
 
7
 
8
#endif
8
#endif