aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-08-25 03:01:32 +0000
committerGerald Combs <gerald@wireshark.org>2004-08-25 03:01:32 +0000
commitc8235fae25f2fed7318e9b32baee8e3ff04aca78 (patch)
treee38dda0cdc6ebda7aef8f77cb269e5d2f6ecfa2d /file.h
parent4d1dd8df414d00744587e85048f3faf73f7828e2 (diff)
Move the file-reloading code from gtk/file_dlg.c to file.c.
svn path=/trunk/; revision=11823
Diffstat (limited to 'file.h')
-rw-r--r--file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.h b/file.h
index c161fcc590..5ce8509541 100644
--- a/file.h
+++ b/file.h
@@ -44,6 +44,7 @@ typedef enum {
int cf_open(char *, gboolean, capture_file *);
void cf_close(capture_file *);
+void cf_reload();
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 *);