aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-10-01 12:27:52 +0000
committerJörg Mayer <jmayer@loplof.de>2004-10-01 12:27:52 +0000
commit88b9b09373f23f452d4b7a659ee97ab012e72b87 (patch)
tree1052618f320f6764245b8d81f2ffcad0ec3fd89d /file.h
parentac43a4c8c85e1268e000416504143e61141634d3 (diff)
Trivial warning fix
svn path=/trunk/; revision=12170
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 1078b2dd51..b72c9d09ba 100644
--- a/file.h
+++ b/file.h
@@ -44,7 +44,7 @@ typedef enum {
int cf_open(char *, gboolean, capture_file *);
void cf_close(capture_file *);
-void cf_reload();
+void cf_reload(void);
read_status_t cf_read(capture_file *);
int cf_start_tail(char *, gboolean, capture_file *);
read_status_t cf_continue_tail(capture_file *, int, int *);