File: daemon.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 (20 lines) | stat: -rw-r--r-- 653 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
20
/* @(#) daemon.h 1.8 @(#) */
/***************************************************************\
*	Copyright (c) 1999 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: Daemon
\***************************************************************/

#ifndef _KOALAMUD_DAEMON_H
#define _KOALAMUD_DAEMON_H "@(#) nitehawk@winghove.1ststep.net|include/daemon.h|20000307194807|07546 @(#)"

/* Make sure koalatypes is included so we can pass the koptions around */
#include "koalatypes.h"

/* These functions are satisfied by 'client.c', 'hub.c' and 'zone.c' */
/* Prototypes */
koalaerror rundaemon(void);
koalaerror daemoninitstate(void);

#endif