Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
3265 post 1
#ifndef QUIT_ENTRY_H_
2
#define QUIT_ENTRY_H_
3
 
4
/* Entry points for the quit command */
5
extern void * help_cmd_quit(unsigned int);
6
extern int * cmd_quit(char *[]);
7
 
8
#endif
9
 
10