From: wessels <> Date: Tue, 15 Sep 1998 05:42:37 +0000 (+0000) Subject: warning X-Git-Tag: SQUID_3_0_PRE1~2723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61674a9709d99e13952b4b8cfec456ec54b7cd1e;p=thirdparty%2Fsquid.git warning --- diff --git a/src/store_rebuild.cc b/src/store_rebuild.cc index fe51943179..5b8a036107 100644 --- a/src/store_rebuild.cc +++ b/src/store_rebuild.cc @@ -1,6 +1,6 @@ /* - * $Id: store_rebuild.cc,v 1.48 1998/09/14 21:28:15 wessels Exp $ + * $Id: store_rebuild.cc,v 1.49 1998/09/14 23:42:37 wessels Exp $ * * DEBUG: section 20 Store Rebuild Routines * AUTHOR: Duane Wessels @@ -677,7 +677,7 @@ storeValidate(StoreEntry * e, STVLDCB * callback, void *callback_data, void *tag return; } -void +static void storeValidateComplete(int fd, void *data, int retcode, int errcode) { valid_ctrl_t *ctrlp = data;