From d134a4300ff928f0ea2167bc7f801e64db128e52 Mon Sep 17 00:00:00 2001 From: etxrab Date: Wed, 1 Jul 2009 14:37:02 +0000 Subject: Make the new packet list compile on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28907 f5534014-38df-0310-8fa8-9805f1628bb7 --- ui_util.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ui_util.h') 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); -- cgit v1.2.3