Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3413 → Rev 3811

/trunk/uspace/app/bdsh/cmds/builtins/exit/entry.h
1,9 → 1,11
#ifndef QUIT_ENTRY_H_
#define QUIT_ENTRY_H_
#ifndef EXIT_ENTRY_H_
#define EXIT_ENTRY_H_
 
#include "scli.h"
 
/* Entry points for the quit command */
extern void help_cmd_quit(unsigned int);
extern int cmd_quit(char *[]);
extern void help_cmd_exit(unsigned int);
extern int cmd_exit(char *[], cliuser_t *);
 
#endif