summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-06-15 17:28:19 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-06-15 17:28:19 +0000
commit2f84b170a6d8a5ce76bf0d8f19848361b319080f (patch)
tree892695a5e1f50fa15df0c1026d5aa58e9d9ecc4f /src/utils.h
parent1f2fe53c4b9bbf3f10bcea81a87327e71ab72908 (diff)
downloadtinyproxy-2f84b170a6d8a5ce76bf0d8f19848361b319080f.tar.gz
tinyproxy-2f84b170a6d8a5ce76bf0d8f19848361b319080f.zip
Removed the rotate_log_files() function since I'm moving to an Apache style where the _user_ needs to move the log file themselves, and tinyproxy will continue to write to the original name. This allows more flexibility for users to determine their own log rotation scheme.
Diffstat (limited to '')
-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