aboutsummaryrefslogtreecommitdiffstats
path: root/ui_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui_util.h')
-rw-r--r--ui_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui_util.h b/ui_util.h
index 38e8838a24..2d7809ee6d 100644
--- a/ui_util.h
+++ b/ui_util.h
@@ -1,13 +1,12 @@
/* ui_util.h
* Definitions for UI utility routines
*
- * $Id: ui_util.h,v 1.12 2002/09/23 19:09:47 oabad Exp $
+ * $Id: ui_util.h,v 1.13 2003/12/06 04:05:02 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -49,6 +48,7 @@ void packet_list_set_text(gint, gint, const gchar *);
void packet_list_set_cls_time_width(gint);
gpointer packet_list_get_row_data(gint);
void packet_list_set_selected_row(gint);
+gint packet_list_get_sort_column(void);
/* create byte views in the main window */
void add_main_byte_views(epan_dissect_t *edt);