ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/atheme.h
(Generate patch)

Comparing ermyth/include/atheme.h (file contents):
Revision 1.3 by pippijn, Wed Jul 25 01:05:17 2007 UTC vs.
Revision 1.4 by pippijn, Tue Aug 28 17:08:06 2007 UTC

1/* 1/*
2 * Copyright © 2003-2004 E. Will et al. 2 * Copyright © 2003-2004 E. Will et al.
3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * Includes most headers usually needed. 5 * Includes most headers usually needed.
6 * 6 *
7 * $Id: atheme.h,v 1.3 2007/07/25 01:05:17 pippijn Exp $ 7 * $Id: atheme.h,v 1.4 2007/08/28 17:08:06 pippijn Exp $
8 */ 8 */
9 9
10#ifndef ATHEME_H 10#ifndef ATHEME_H
11#define ATHEME_H 11#define ATHEME_H
12 12
20#include "forwards.h" 20#include "forwards.h"
21#include "common.h" 21#include "common.h"
22#include "dlink.h" 22#include "dlink.h"
23#include "object.h" 23#include "object.h"
24#include "event.h" 24#include "event.h"
25#include "balloc.h"
26#include "connection.h" 25#include "connection.h"
27#include "hook.h"
28#include "linker.h" 26#include "linker.h"
27#include "privs.h"
29#include "atheme_string.h" 28#include "atheme_string.h"
30#include "common/string.h" 29#include "common/string.h"
31#include "atheme_memory.h" 30#include <common/memory.h>
32#include "dictionary.h" 31#include "dictionary.h"
33#include "table.h" 32#include "table.h"
34#include "servers.h" 33#include "servers.h"
35#include "channels.h" 34#include "channels.h"
36#include "module.h"
37#include "crypto.h"
38#include "md5.h" 35#include "md5.h"
39#include "sasl.h"
40#include "match.h" 36#include "match.h"
41#include "sysconf.h" 37#include "sysconf.h"
42#include "account.h" 38#include "account.h"
43#include "tools.h" 39#include "tools.h"
44#include "confparse.h" 40#include "confparse.h"
48#include "servtree.h" 44#include "servtree.h"
49#include "services.h" 45#include "services.h"
50#include "commandtree.h" 46#include "commandtree.h"
51#include "users.h" 47#include "users.h"
52#include "sourceinfo.h" 48#include "sourceinfo.h"
53#include "symbolmatrix.h"
54 49
55#endif /* ATHEME_H */ 50#endif /* ATHEME_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines