Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
3811 post 1
#ifndef EXIT_ENTRY_H_
2
#define EXIT_ENTRY_H_
3265 post 3
 
3811 post 4
#include "scli.h"
5
 
3265 post 6
/* Entry points for the quit command */
3811 post 7
extern void help_cmd_exit(unsigned int);
8
extern int cmd_exit(char *[], cliuser_t *);
3265 post 9
 
10
#endif
11
 
12