Subversion Repositories HelenOS

Rev

Rev 3811 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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