File: commandcontrol.h

package info (click to toggle)
koala 0.3.2a-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 581
  • sloc: ansic: 29,450; makefile: 1,664; xml: 11
file content (19 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* @(#) commandcontrol.h 1.11 @(#) */
/***************************************************************\
*	Copyright (c) 1999-2000 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: COMMAND
\***************************************************************/

#ifndef _KOALAMUD_COMMANDCONTROL_H
#define _KOALAMUD_COMMANDCONTROL_H "@(#) nitehawk@winghove.1ststep.net|include/commandcontrol.h|20001105044149|46485 @(#)"

#include "kparser.h"

koalaerror do_quit(pdescriptor desc, argument *arglist[]);
koalaerror do_reboot(pdescriptor desc, argument *arglist[]);
koalaerror do_shutdown(pdescriptor desc, argument *arglist[]);
koalaerror do_memstat(pdescriptor desc, argument *arglist[]);

#endif