summaryrefslogtreecommitdiffhomepage
path: root/src/log.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-23 00:31:03 +0100
committerMichael Adam <obnox@samba.org>2009-12-23 00:31:56 +0100
commit4a11f9f08f29cde2eaa6aa1ec179ab9ce69749df (patch)
tree3711218d62468d35269ba42515b25d78a88efbf4 /src/log.h
parentc07cd2e44e40196fe810812cfda352fd56c991df (diff)
log: remove unneeded truncate_log_file().
Michael
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 3a6b595..030e174 100644
--- a/src/log.h
+++ b/src/log.h
@@ -111,7 +111,6 @@
extern int open_log_file (const char *file);
extern void close_log_file (void);
-extern void truncate_log_file (void);
extern void log_message (int level, const char *fmt, ...);
extern void set_log_level (int level);