diff options
author | Gerald Combs <gerald@wireshark.org> | 2004-08-25 03:01:32 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2004-08-25 03:01:32 +0000 |
commit | c8235fae25f2fed7318e9b32baee8e3ff04aca78 (patch) | |
tree | e38dda0cdc6ebda7aef8f77cb269e5d2f6ecfa2d /file.h | |
parent | 4d1dd8df414d00744587e85048f3faf73f7828e2 (diff) | |
download | wireshark-c8235fae25f2fed7318e9b32baee8e3ff04aca78.tar.gz wireshark-c8235fae25f2fed7318e9b32baee8e3ff04aca78.tar.bz2 wireshark-c8235fae25f2fed7318e9b32baee8e3ff04aca78.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |