aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 17:39:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 17:39:19 +0000
commitf0fbf120f2c3536ecf47b97c46b215386bc8e915 (patch)
tree01eb7f94f076d28d11cb9becd355b8c8c662842b /gtk
parentbdd6f6345d203a19cacccebc67bfbcde42d6453b (diff)
Realy make the new packet list compile under Windows...
svn path=/trunk/; revision=28909
Diffstat (limited to 'gtk')
-rw-r--r--gtk/new_packet_list.c3
-rw-r--r--gtk/new_packet_list.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/gtk/new_packet_list.c b/gtk/new_packet_list.c
index 22a722d8a7..fcc2dae609 100644
--- a/gtk/new_packet_list.c
+++ b/gtk/new_packet_list.c
@@ -37,11 +37,10 @@
#include <gtk/gtk.h>
#include <glib.h>
-#include "../ui_util.h"
-
#include "gui_utils.h"
#include "packet_list_store.h"
#include "epan/column_info.h"
+#include "../ui_util.h"
#include "epan/emem.h"
#include "globals.h"
#include "gtk/gtkglobals.h"
diff --git a/gtk/new_packet_list.h b/gtk/new_packet_list.h
index c7978ffe71..a2984fd11f 100644
--- a/gtk/new_packet_list.h
+++ b/gtk/new_packet_list.h
@@ -28,8 +28,6 @@
#ifdef NEW_PACKET_LIST
#include <gtk/gtk.h>
-guint new_packet_list_append(column_info cinfo, gpointer fdata);
-gpointer new_packet_list_get_row_data(gint row);
GtkWidget *new_packet_list_create(void);
void new_packet_list_resize_columns_cb(GtkWidget *widget _U_, gpointer data _U_);