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.1 by pippijn, Thu Jul 19 08:24:50 2007 UTC vs.
Revision 1.2 by pippijn, Tue Aug 28 17:08:06 2007 UTC

1/*
2 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
3 * Rights to this code are as documented in doc/pod/gplicense.pod.
4 *
5 * Make it possible to use pointers to these types everywhere
6 * (for structures used in multiple header files)
7 *
8 * $Id: forwards.h,v 1.2 2007/08/28 17:08:06 pippijn Exp $
9 */
10
1#ifndef FORWARDS_H 11#ifndef FORWARDS_H
2#define FORWARDS_H 12#define FORWARDS_H
3 13
4/* Make it possible to use pointers to these types everywhere
5 * (for structures used in multiple header files) */
6struct user_t; 14struct user_t;
7 15
8struct server_t; 16struct server_t;
9 17
10struct channel_t; 18struct channel_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines