aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:47:15 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:47:15 +0000
commite9ea42eed9f4551267f70a662fce7f470ae2b51e (patch)
tree498b25b9405aa928f440291784cb7c8bacdb73ce /gtk/packet_list.c
parent5e83d1e0157469014a1a773ecf10aaff87194518 (diff)
Fix more "no previous declaration" warnings
svn path=/trunk/; revision=15173
Diffstat (limited to 'gtk/packet_list.c')
-rw-r--r--gtk/packet_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/packet_list.c b/gtk/packet_list.c
index c45e9d94cd..8f3399b74d 100644
--- a/gtk/packet_list.c
+++ b/gtk/packet_list.c
@@ -310,7 +310,7 @@ set_frame_mark(gboolean set, frame_data *frame, gint row) {
}
/* call this after last set_frame_mark is done */
-void mark_frames_ready(void) {
+static void mark_frames_ready(void) {
file_set_save_marked_sensitive();
packets_bar_update();
}
@@ -606,7 +606,7 @@ packet_list_freeze(void)
eth_clist_freeze(ETH_CLIST(packet_list));
}
-void
+static void
packet_list_resize_columns(void) {
int i;
int progbar_nextstep;