File: all.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 (29 lines) | stat: -rw-r--r-- 721 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
21
22
23
24
25
26
27
28
29
/*  @(#) all.h 1.1 @(#)  */
/***************************************************************\
*	Copyright (c) 1999-2000 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: Include
\***************************************************************/

#ifndef _KOALAMUD_ALL_H
#define _KOALAMUD_ALL_H "@(#) nitehawk@localhost.1ststep.net|include/all.h|20000905015204|46915 @(#)"

#include "config.h"
#include "koalatypes.h"
#include "llist.h"
#include "log.h"
#include "version.h"
#include "buffer.h"
#include "client.h"
#include "conf.h"
#include "daemon.h"
#include "memory.h"
#include "module.h"
#include "network.h"
#include "reboot.h"
#include "sig.h"
#include "uplinkprotocol.h"
#include "vm.h"

#endif