aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.h b/file.h
index b4883cd5fd..842e48608a 100644
--- a/file.h
+++ b/file.h
@@ -478,14 +478,14 @@ gboolean cf_find_packet_time_reference(capture_file *cf, search_direction dir);
*
* @return TRUE if the first row exists, FALSE otherwise
*/
-gboolean cf_goto_top_frame();
+gboolean cf_goto_top_frame(void);
/**
* GoTo Packet in last row.
*
* @return TRUE if last row exists, FALSE otherwise
*/
-gboolean cf_goto_bottom_frame();
+gboolean cf_goto_bottom_frame(void);
/**
* GoTo Packet with the given row.