aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-09-02 19:52:39 +0000
committerGerald Combs <gerald@wireshark.org>2004-09-02 19:52:39 +0000
commit16c708571ae1ce3c3ece8558039b715e37d8f8b7 (patch)
treea8645726e10594c225c2ab54a960daf5fcb14940 /file.h
parent6594b60b99e287d14557ed2aeb64bd33f59b4ded (diff)
Move the guts of gtk/file_dlg.c:goto_framenum_cb() to
file.c:goto_framenum(), where all of the other goto_ routines live. svn path=/trunk/; revision=11887
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 5ce8509541..10688b9fbb 100644
--- a/file.h
+++ b/file.h
@@ -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);