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.5 by pippijn, Wed Aug 29 21:01:18 2007 UTC vs.
Revision 1.6 by pippijn, Thu Aug 30 19:56:18 2007 UTC

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.5 2007/08/29 21:01:18 pippijn Exp $ 7 * $Id: atheme.h,v 1.6 2007/08/30 19:56:18 pippijn Exp $
8 */ 8 */
9 9
10#ifndef ATHEME_H 10#ifndef ATHEME_H
11#define ATHEME_H 11#define ATHEME_H
12 12
19#include "forwards.h" 19#include "forwards.h"
20#include "common.h" 20#include "common.h"
21#include "dlink.h" 21#include "dlink.h"
22#include "object.h" 22#include "object.h"
23#include "event.h" 23#include "event.h"
24#include "connection.h"
25#include "linker.h"
26#include "privs.h" 24#include "privs.h"
27#include "atheme_string.h" 25#include "atheme_string.h"
28#include "common/string.h" 26#include "common/string.h"
29#include <common/memory.h> 27#include <common/memory.h>
30#include "dictionary.h"
31#include "table.h" 28#include "table.h"
32#include "servers.h" 29#include "servers.h"
33#include "channels.h" 30#include "channels.h"
34#include "md5.h" 31#include "md5.h"
35#include "match.h" 32#include "match.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines