citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
#include <msgbase.h>
Data Fields | |
struct addresses_to_be_filed * | next |
char * | roomname |
char * | collected_addresses |
char* addresses_to_be_filed::collected_addresses |
Definition at line 71 of file msgbase.h.
Referenced by CtdlSubmitMsg(), and store_this_ha().
struct addresses_to_be_filed* addresses_to_be_filed::next |
Definition at line 69 of file msgbase.h.
Referenced by CtdlSubmitMsg(), and store_harvested_addresses().
char* addresses_to_be_filed::roomname |
Definition at line 70 of file msgbase.h.
Referenced by CtdlSubmitMsg(), and store_this_ha().