aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
commit3fe0c3411050ac1da9728e302e8e798b6e8b2afb (patch)
tree6e7a116ded1ac186a6ce22a02be0796e9f9e63b8 /ui_util.h
parent39139dc75ca9cb6f0999c61ba1d7e7637921af6c (diff)
Make the new packet list compile on Windows.
svn path=/trunk/; revision=28907
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui_util.h b/ui_util.h
index 5509dd3110..93b46cae56 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -54,8 +54,12 @@ extern void pipe_input_set_handler(gint source, gpointer user_data, int *child_p
/* packet_list.c */
-#ifndef NEW_PACKET_LIST
-
+#ifdef NEW_PACKET_LIST
+void new_packet_list_freeze(void);
+void new_packet_list_thaw(void);
+void new_packet_list_next(void);
+void new_packet_list_prev(void);
+#else
/* packet list related functions */
void packet_list_clear(void);
void packet_list_freeze(void);