]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gcc -Wall fixes
authorwessels <>
Thu, 29 Feb 1996 14:59:28 +0000 (14:59 +0000)
committerwessels <>
Thu, 29 Feb 1996 14:59:28 +0000 (14:59 +0000)
include/util.h

index fa23c7c01708a2069e1e4ba2755abc28b0b2ba01..9277e821edc503704a0457c8ef3efe612d639614 100644 (file)
@@ -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_ */