/** * forwards.h: (for structures used in multiple header files) * * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team * Rights to this code are as documented in COPYING. * * $Id: forwards.h,v 1.5 2007/09/16 18:54:42 pippijn Exp $ */ #ifndef FORWARDS_H #define FORWARDS_H struct user_t; struct connection_t; struct server_t; struct channel_t; struct chanuser_t; struct chanban_t; struct operclass_t; struct soper_t; struct myuser_t; struct mynick_t; struct mychan_t; struct service_t; struct sourceinfo_t; struct config_file_t; struct config_entry_t; #endif