From 61674a9709d99e13952b4b8cfec456ec54b7cd1e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 15 Sep 1998 05:42:37 +0000 Subject: [PATCH] warning --- src/store_rebuild.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3