Subversion Repositories HelenOS

Rev

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

Rev 3346 Rev 3366
Line 33... Line 33...
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 = "quit";
38
unsigned int cli_quit = 0;
-
 
39
 
38
 
40
extern volatile int cli_lasterror;
39
extern volatile unsigned int cli_quit;
41
extern const char *progname;
40
extern const char *progname;
42
 
41
 
43
void * help_cmd_quit(unsigned int level)
42
void * help_cmd_quit(unsigned int level)
44
{
43
{
45
    printf("Type `%s' to exit %s\n", cmdname, progname);
44
    printf("Type `%s' to exit %s\n", cmdname, progname);