Subversion Repositories HelenOS

Rev

Rev 3413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3413 Rev 3809
Line 32... Line 32...
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include "entry.h"
33
#include "entry.h"
34
#include "quit.h"
34
#include "quit.h"
35
#include "cmds.h"
35
#include "cmds.h"
36
 
36
 
37
static char *cmdname = "quit";
37
static char *cmdname = "exit";
38
 
38
 
39
extern volatile unsigned int cli_quit;
39
extern volatile unsigned int cli_quit;
40
extern const char *progname;
40
extern const char *progname;
41
 
41
 
42
void help_cmd_quit(unsigned int level)
42
void help_cmd_quit(unsigned int level)