X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;h=e292ab7a8f1cfb5fa9c37ed87c528f86eb0d9981;hb=HEAD;hp=8c58229511a54a25073827d5cb84043efae2cc29;hpb=b84827a6dad0f32c2bd6ba2bdd8801464af1a409;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h deleted file mode 100644 index 8c5822951..000000000 --- a/citadel/citserver.h +++ /dev/null @@ -1,33 +0,0 @@ -/* $Id$ */ -void master_startup (void); -void master_cleanup (void); -void RemoveContext (struct CitContext *); -void set_wtmpsupp (char *newtext); -void set_wtmpsupp_to_current_room(void); -void cmd_info (void); -void cmd_time (void); -int is_public_client (char *where); -void cmd_iden (char *argbuf); -void cmd_mesg (char *mname); -void cmd_emsg (char *mname); -void cmd_term (char *cmdbuf); -void cmd_more (void); -void cmd_echo (char *etext); -void cmd_ipgm (char *argbuf); -void cmd_down (void); -void cmd_scdn (char *argbuf); -void cmd_extn (char *argbuf); -void deallocate_user_data(struct CitContext *con); -void *CtdlGetUserData(unsigned long requested_sym); -void CtdlAllocUserData(unsigned long requested_sym, size_t num_bytes); -void CtdlReallocUserData(unsigned long requested_sym, size_t num_bytes); -int CtdlGetDynamicSymbol(void); -void enter_housekeeping_cmd(char *); -void do_command_loop(void); -void begin_session(struct CitContext *con); -void citproto_begin_session(void); -void GenerateRoomDisplay(char *real_room, - struct CitContext *viewed, - struct CitContext *viewer); -extern int do_defrag; -char CtdlCheckExpress(void);