ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/atheme.h
Revision: 1.6
Committed: Thu Aug 30 19:56:18 2007 UTC (16 years, 9 months ago) by pippijn
Content type: text/plain
Branch: MAIN
Changes since 1.5: +1 -4 lines
Log Message:
- put faultcodes into their own namespace
- removed old files
- limited header garbage in atheme.h
- macros to inline bools for connection_t::is_*
- put some connection_t functions into the connection_t class

File Contents

# User Rev Content
1 pippijn 1.1 /*
2 pippijn 1.4 * Copyright © 2003-2004 E. Will et al.
3 pippijn 1.2 * Rights to this code are documented in doc/pod/license.pod.
4 pippijn 1.1 *
5     * Includes most headers usually needed.
6     *
7 pippijn 1.6 * $Id: atheme.h,v 1.5 2007-08-29 21:01:18 pippijn Exp $
8 pippijn 1.1 */
9    
10     #ifndef ATHEME_H
11     #define ATHEME_H
12    
13     #define E extern
14     #define DLE
15    
16 pippijn 1.5 #include "svsconfig.h"
17 pippijn 1.1 #include "stdinc.h"
18     #include "i18n.h"
19     #include "forwards.h"
20     #include "common.h"
21     #include "dlink.h"
22     #include "object.h"
23     #include "event.h"
24 pippijn 1.4 #include "privs.h"
25 pippijn 1.1 #include "atheme_string.h"
26 pippijn 1.3 #include "common/string.h"
27 pippijn 1.4 #include <common/memory.h>
28 pippijn 1.1 #include "table.h"
29     #include "servers.h"
30     #include "channels.h"
31     #include "md5.h"
32     #include "match.h"
33     #include "account.h"
34     #include "tools.h"
35     #include "confparse.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 */