aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-02-12 08:09:22 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-02-12 08:09:22 +0000
commit5e893a8b1c6707a8526e9a60168e5dbebe567b05 (patch)
treee23190decbf760601116e1506ba3bee7956afb1e /epan/column-utils.h
parent0a85a9e4c6016b0cd68b590990a927f4bb4d4fce (diff)
Revert commit 24308 until I can get it to compile on Windows/Linux/Solaris
(strangely, it compiled fine on my MacOS X machine). svn path=/trunk/; revision=24309
Diffstat (limited to 'epan/column-utils.h')
-rw-r--r--epan/column-utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/epan/column-utils.h b/epan/column-utils.h
index 7d9b8fe7d6..946df43680 100644
--- a/epan/column-utils.h
+++ b/epan/column-utils.h
@@ -30,7 +30,6 @@
#include "gnuc_format_check.h"
#include "column_info.h"
#include "packet_info.h"
-#include <epan/epan.h>
#ifdef __cplusplus
extern "C" {
@@ -143,15 +142,6 @@ extern void col_add_str(column_info *cinfo, gint col, const gchar *str);
extern void col_add_fstr(column_info *cinfo, gint col, const gchar *format, ...)
GNUC_FORMAT_CHECK(printf, 3, 4);
-/* For internal Wireshark use only. Not to be called from dissectors. */
-void col_custom_set_fstr(const gchar *field_name, const gchar *format, ...)
- GNUC_FORMAT_CHECK(printf, 2, 3);
-
-/* For internal Wireshark use only. Not to be called from dissectors. */
-void col_custom_prime_edt(epan_dissect_t *edt);
-
-gboolean have_custom_cols(void);
-
/** Append the given text to a column element, the text will be copied.
*
* @param cinfo the current packet row