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 QUIT_ENTRY_H_
1
#ifndef QUIT_ENTRY_H_
2
#define QUIT_ENTRY_H_
2
#define QUIT_ENTRY_H_
3
 
3
 
4
/* Entry points for the quit command */
4
/* Entry points for the quit command */
5
extern void * help_cmd_quit(unsigned int);
5
extern void help_cmd_quit(unsigned int);
6
extern int * cmd_quit(char *[]);
6
extern int cmd_quit(char *[]);
7
 
7
 
8
#endif
8
#endif
9
 
9
 
10
 
10