#ifndef FORWARDS_H #define FORWARDS_H /* Make it possible to use pointers to these types everywhere * (for structures used in multiple header files) */ 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