summaryrefslogtreecommitdiff
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:16:49 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-03 22:16:49 +0000
commit65db82872c943d87e5191c65c369d41b9a4d533e (patch)
tree0ca97a1e6ede7c1710e66f7d5c352b2d4fef0656 /epan/prefs.h
parentdbd9c134fafed03d108d6a572cf5b4ccef108b7b (diff)
downloadwireshark-65db82872c943d87e5191c65c369d41b9a4d533e.tar.gz
When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
svn path=/trunk/; revision=53769
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 729ece2a4c..24445dd4ae 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -36,7 +36,6 @@ extern "C" {
#include <epan/addr_resolv.h>
#include <epan/params.h>
#include <epan/range.h>
-#include <epan/uat.h>
#include "ws_symbol_export.h"
@@ -55,6 +54,8 @@ extern "C" {
#define ST_MAX_BURSTRES 600000 /* somewhat arbirary limit of 10 minutes */
#define ST_MAX_BURSTBUCKETS 100 /* somewhat arbirary limit - more buckets degrade performance */
+struct epan_uat;
+
/*
* Convert a string listing name resolution types to a bitmask of
* those types.
@@ -455,7 +456,7 @@ WS_DLL_PUBLIC void prefs_register_uat_preference(module_t *module,
const char *name,
const char* title,
const char *description,
- uat_t* uat);
+ struct epan_uat* uat);
/*
* Register a color preference. Currently does not have any "GUI Dialog" support