Trivial warning fix

svn path=/trunk/; revision=12170
This commit is contained in:
Jörg Mayer 2004-10-01 12:27:52 +00:00
parent ac43a4c8c8
commit 88b9b09373
1 changed files with 1 additions and 1 deletions

2
file.h
View File

@ -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 *);