X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;h=8c344a252ecc8d1879dbb9271dbea1ced52eb17a;hb=f8d64fe1834b505edf6a3b559ee457c65acb96f2;hp=c206bd72a707fcc543cd433872037e2d22876722;hpb=b67b55ececbb94758e8be316462965a17304cdb6;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h index c206bd72a..8c344a252 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -1,7 +1,7 @@ /* $Id$ */ void master_startup (void); void master_cleanup (void); -void cleanup (struct CitContext *); +void RemoveContext (struct CitContext *); void set_wtmpsupp (char *newtext); void set_wtmpsupp_to_current_room(void); void cmd_info (void);