ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/atheme.h
Revision: 1.10
Committed: Sat Sep 22 14:27:26 2007 UTC (16 years, 7 months ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -4 lines
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# Content
1 /**
2 * atheme.h: Includes most headers usually needed.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 *
8 * Portions of this file were derived from sources bearing the following license:
9 * Copyright © 2003-2004 E. Will et al.
10 * Rights to this code are documented in doc/pod/license.pod.
11 *
12 * $Id: atheme.h,v 1.9 2007-09-16 18:54:42 pippijn Exp $
13 */
14
15 #ifndef ATHEME_H
16 #define ATHEME_H
17
18 #define E extern
19 #define DLE
20
21 #include "svsconfig.h"
22 #include "stdinc.h"
23 #include "i18n.h"
24 #include "forwards.h"
25 #include "common.h"
26 #include "dlink.h"
27 #include "object.h"
28 #include "event.h"
29 #include "privs.h"
30 #include "table.h"
31 #include "channels.h"
32 #include "match.h"
33 #include "account.h"
34 #include "tools.h"
35 #include "logger.h"
36 #include "global.h"
37 #include "flags.h"
38 #include "phandler.h"
39 #include "servtree.h"
40 #include "services.h"
41 #include "commandtree.h"
42 #include "users.h"
43 #include "sourceinfo.h"
44
45 #endif /* ATHEME_H */