HelenOS sources

root/uspace/app/bdsh/cmds/builtins/exit/entry.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#ifndef EXIT_ENTRY_H_
#define EXIT_ENTRY_H_

#include "scli.h"

/* Entry points for the quit command */
extern void help_cmd_exit(unsigned int);
extern int cmd_exit(char *[], cliuser_t *);

#endif

/* [<][>][^][v][top][bottom][index][help] */
HelenOS homepage, sources at GitHub