X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;fp=citadel%2Fcitserver.h;h=37028a7496e6b6dbd2cab569c78c9aceb4fc47d0;hb=d2ad0f3fb9966e14acc36f9e89f48f581fb4add7;hp=94c7e8d90ab276fc527a37bbb25705bc23d6c89d;hpb=5e3befebe2ed0ce85324da3be83b21880dc7d069;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h index 94c7e8d90..37028a749 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -48,6 +48,9 @@ void citproto_begin_admin_session(void); void GenerateRoomDisplay(char *real_room, CitContext *viewed, CitContext *viewer); + +void help_subst (char *strbuf, char *source, char *dest); + extern int panic_fd; char CtdlCheckExpress(void); extern time_t server_startup_time;