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