From: Francesco Chemolli Date: Wed, 29 Aug 2012 15:15:03 +0000 (+0200) Subject: Removed useless waisStart prototype X-Git-Tag: sourceformat-review-1~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93d536a86ee92950e4bb1790c7a7f724010d43ec;p=thirdparty%2Fsquid.git Removed useless waisStart prototype --- diff --git a/src/protos.h b/src/protos.h index 0ca3cded42..0c15b9f6de 100644 --- a/src/protos.h +++ b/src/protos.h @@ -86,11 +86,6 @@ extern void shut_down(int); extern void rotate_logs(int); extern void reconfigure(int); -extern void start_announce(void *unused); -extern void waisStart(FwdState *); - -/* ----------------------------------------------------------------- */ - /* repl_modules.c */ extern void storeReplSetup(void);