From: wessels <> Date: Thu, 29 Feb 1996 14:59:28 +0000 (+0000) Subject: gcc -Wall fixes X-Git-Tag: SQUID_3_0_PRE1~6418 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ac3d92367ed677213d9708ffcaecc4630f80756;p=thirdparty%2Fsquid.git gcc -Wall fixes --- diff --git a/include/util.h b/include/util.h index fa23c7c017..9277e821ed 100644 --- a/include/util.h +++ b/include/util.h @@ -1,7 +1,7 @@ /* * Darren Hardy, hardy@cs.colorado.edu, April 1994 * - * $Id: util.h,v 1.1 1996/02/22 06:23:56 wessels Exp $ + * $Id: util.h,v 1.2 1996/02/29 07:59:28 wessels Exp $ * * ---------------------------------------------------------------------- * Copyright (c) 1994, 1995. All rights reserved. @@ -183,5 +183,7 @@ extern char *mkrfc850 _PARAMS((time_t *)); extern void init_log3 _PARAMS((char *pn, FILE *a, FILE *b)); extern void debug_init(); extern void log_errno2 _PARAMS((char *, int, char *)); +extern void Log (); +extern void errorlog (); #endif /* ndef _UTIL_H_ */