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

Comparing ermyth/include/forwards.h (file contents):
Revision 1.2 by pippijn, Tue Aug 28 17:08:06 2007 UTC vs.
Revision 1.3 by pippijn, Thu Aug 30 19:56:19 2007 UTC

3 * Rights to this code are as documented in doc/pod/gplicense.pod. 3 * Rights to this code are as documented in doc/pod/gplicense.pod.
4 * 4 *
5 * Make it possible to use pointers to these types everywhere 5 * Make it possible to use pointers to these types everywhere
6 * (for structures used in multiple header files) 6 * (for structures used in multiple header files)
7 * 7 *
8 * $Id: forwards.h,v 1.2 2007/08/28 17:08:06 pippijn Exp $ 8 * $Id: forwards.h,v 1.3 2007/08/30 19:56:19 pippijn Exp $
9 */ 9 */
10 10
11#ifndef FORWARDS_H 11#ifndef FORWARDS_H
12#define FORWARDS_H 12#define FORWARDS_H
13 13
14struct user_t; 14struct user_t;
15 15
16struct connection_t;
16struct server_t; 17struct server_t;
17 18
18struct channel_t; 19struct channel_t;
19struct chanuser_t; 20struct chanuser_t;
20struct chanban_t; 21struct chanban_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines