citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
Data Fields | |
struct irl * | next |
char | irl_oldroom [ROOMNAMELEN] |
char | irl_newroom [ROOMNAMELEN] |
int | irl_newfloor |
Definition at line 105 of file serv_imap.c.
int irl::irl_newfloor |
Definition at line 109 of file serv_imap.c.
Referenced by imap_rename(), and imap_rename_backend().
char irl::irl_newroom[ROOMNAMELEN] |
Definition at line 108 of file serv_imap.c.
Referenced by imap_rename(), and imap_rename_backend().
char irl::irl_oldroom[ROOMNAMELEN] |
Definition at line 107 of file serv_imap.c.
Referenced by imap_rename(), and imap_rename_backend().
struct irl* irl::next |
Definition at line 106 of file serv_imap.c.
Referenced by imap_rename(), and imap_rename_backend().