/* * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team * Rights to this code are as documented in doc/pod/gplicense.pod. * * Make it possible to use pointers to these types everywhere * (for structures used in multiple header files) * * $Id: forwards.h,v 1.2 2007/08/28 17:08:06 pippijn Exp $ */ #ifndef FORWARDS_H #define FORWARDS_H struct user_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