ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/internal.h
Revision: 1.4
Committed: Sun Sep 16 18:54:42 2007 UTC (16 years, 8 months ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -4 lines
Log Message:
#defines to enum

File Contents

# User Rev Content
1 pippijn 1.4 /**
2     * internal.h: Stuff for internal use in Atheme.
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 pippijn 1.3 * Copyright © 2005-2006 Atheme Development Group
10 pippijn 1.2 * Rights to this code are as documented in doc/pod/license.pod.
11 pippijn 1.1 *
12 pippijn 1.4 * $Id: internal.h,v 1.3 2007-08-28 17:08:06 pippijn Exp $
13 pippijn 1.1 */
14    
15     #ifndef INTERNAL_H
16     #define INTERNAL_H
17    
18     /* internal functions */
19     E void event_init (void);
20     E void hooks_init (void);
21     E void init_dlink_nodes (void);
22     E void init_netio (void);
23     E void init_socket_queues (void);
24     E void init_signal_handlers (void);
25    
26     #endif