Subversion Repositories HelenOS

Rev

Rev 3397 | Details | Compare with Previous | Last modification | View Log | RSS feed

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