aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-12 08:09:22 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-12 08:09:22 +0000
commit687b266e38f2103616818c7d11911987eb0c1110 (patch)
treee23190decbf760601116e1506ba3bee7956afb1e /epan/column-utils.h
parent63d7786894d72d8b3c4c0a01c62fec4efdcb2c55 (diff)
Revert commit 24308 until I can get it to compile on Windows/Linux/Solaris
(strangely, it compiled fine on my MacOS X machine). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24309 f5534014-38df-0310-8fa8-9805f1628bb7
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