X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;h=53a7801f2da9d887755c3dc9db846beb8f544172;hb=13ce2a47219a0d2a57eb303ae9fc451fa7938798;hp=61b8326472ba21cc8879df8815795f6e38621d51;hpb=a7121b94b2dcbb855ca6a202cf432c6f580936a5;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h index 61b832647..53a7801f2 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -28,6 +28,9 @@ void *CtdlGetUserData(unsigned long requested_sym); void CtdlAllocUserData(unsigned long requested_sym, size_t num_bytes); int CtdlGetDynamicSymbol(void); void enter_housekeeping_cmd(char *); +void GenerateRoomDisplay(char *real_room, + struct CitContext *viewed, + struct CitContext *viewer); extern int do_defrag;