summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h
index 52fdb3c..9213bd0 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,4 +1,4 @@
-/* $Id: utils.h,v 1.19 2002-05-31 18:27:13 rjkaes Exp $
+/* $Id: utils.h,v 1.20 2002-06-15 17:28:19 rjkaes Exp $
*
* See 'utils.h' for a detailed description.
*
@@ -32,6 +32,4 @@ extern int indicate_http_error(struct conn_s* connptr, int number, const char *s
extern void pidfile_create(const char *path);
extern int create_file_safely(const char *filename, bool_t truncate_file);
-extern void rotate_log_files(void);
-
#endif