Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as per
[obnox/wireshark/wip.git] / file.h
diff --git a/file.h b/file.h
index 5ce85095419b81323858e3fca748f33e25ca865e..b72c9d09ba2e0673a8262d16108d678cdcd87237 100644 (file)
--- a/file.h
+++ b/file.h
@@ -25,7 +25,7 @@
 #ifndef __FILE_H__
 #define __FILE_H__
 
-#include "range.h"
+#include "packet-range.h"
 #include "wiretap/wtap.h"
 #include <epan/dfilter/dfilter.h>
 #include "print.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 *);
@@ -81,6 +81,7 @@ gboolean find_in_gtk_data(capture_file *cf, gpointer *data, char *ascii_text, gb
 gboolean goto_frame(capture_file *cf, guint fnumber);
 gboolean goto_bottom_frame(capture_file *cf);
 gboolean goto_top_frame(capture_file *cf);
+void goto_framenum(capture_file *cf);
 
 
 void select_packet(capture_file *, int);