aboutsummaryrefslogtreecommitdiffstats
path: root/column.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-22 21:14:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-22 21:14:13 +0000
commit0d8351194605569132ada77afb24d3d1cb1718ea (patch)
treec208613b2cc84d2f42f671682aa475b095a439be /column.h
parentcc2136f5365df6b7fd30ab7090680431e2f9b1d2 (diff)
Revert to static sizing of columns.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@377 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'column.h')
-rw-r--r--column.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/column.h b/column.h
index 314b93ca25..9010d55716 100644
--- a/column.h
+++ b/column.h
@@ -1,7 +1,7 @@
/* column.h
* Definitions for column handling routines
*
- * $Id: column.h,v 1.2 1999/06/19 03:14:31 guy Exp $
+ * $Id: column.h,v 1.3 1999/07/22 21:14:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,6 +35,7 @@ gint get_column_format(gint);
gchar *get_column_title(gint);
gchar *col_format_to_pref_str();
void get_column_format_matches(gboolean *, gint);
+gint get_column_width(gint format, GdkFont *font);
GtkWidget *column_prefs_show();
void column_prefs_ok(GtkWidget *);
void column_prefs_save(GtkWidget *);