From 88b9b09373f23f452d4b7a659ee97ab012e72b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Fri, 1 Oct 2004 12:27:52 +0000 Subject: [PATCH] Trivial warning fix svn path=/trunk/; revision=12170 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);