X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitserver.h;h=5e7dfa31c67a524dabea30fc58fc1896e9023c1a;hp=cce5c51a232f6f9f31bf22869f0ce57e765bfb74;hb=c750a06a241dc2737fa68c24b340a1bd82894f74;hpb=82adc0fcf4da8e91ec4ff11f1a0f9d96449f85ad diff --git a/citadel/citserver.h b/citadel/citserver.h index cce5c51a2..5e7dfa31c 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2015 by the citadel.org team + * Copyright (c) 1987-2018 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -35,9 +35,6 @@ struct UserProcList { #define CTDLUSERIP (IsEmptyStr(CC->cs_addr) ? CC->cs_clientinfo: CC->cs_addr) -void cit_backtrace(void); -void cit_oneline_backtrace(void); -void cit_panic_backtrace(int SigNum); void master_startup (void); int master_cleanup (int exitcode); void set_wtmpsupp (char *newtext);