ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/forwards.h
Revision: 1.5
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.4: +5 -6 lines
Log Message:
#defines to enum

File Contents

# Content
1 /**
2 * forwards.h: (for structures used in multiple header files)
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 *
7 * $Id: forwards.h,v 1.4 2007-09-05 11:23:13 pippijn Exp $
8 */
9
10 #ifndef FORWARDS_H
11 #define FORWARDS_H
12
13 struct user_t;
14
15 struct connection_t;
16 struct server_t;
17
18 struct channel_t;
19 struct chanuser_t;
20 struct chanban_t;
21
22 struct operclass_t;
23 struct soper_t;
24 struct myuser_t;
25 struct mynick_t;
26 struct mychan_t;
27
28 struct service_t;
29
30 struct sourceinfo_t;
31
32 struct config_file_t;
33 struct config_entry_t;
34
35 #endif