File: client.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 (18 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* @(#) client.h 1.5 @(#) */
/***************************************************************\
*	Copyright (c) 1999 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: Daemon
\***************************************************************/

#ifndef _KOALAMUD_CLIENT_H
#define _KOALAMUD_CLIENT_H "@(#) nitehawk@winghove.1ststep.net|include/client.h|20000307194807|14915 @(#)"

#include "koalatypes.h"

koalaerror clientdaemon(void);
koalaerror clientdispatcher(pdescriptor desc);
koalaerror clientparsecommand(pdescriptor desc);

#endif