aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-01 14:37:02 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-01 14:37:02 +0000
commitd134a4300ff928f0ea2167bc7f801e64db128e52 (patch)
tree6e7a116ded1ac186a6ce22a02be0796e9f9e63b8 /ui_util.h
parent6f0ce0dae896b3a9bcc4b342e16f7789be8c19ea (diff)
Make the new packet list compile on Windows.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28907 f5534014-38df-0310-8fa8-9805f1628bb7
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);