aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-04 21:14:55 +0000
committerEvan Huus <eapache@gmail.com>2013-09-04 21:14:55 +0000
commitcad50146e3cf9855525c3712b4c05a0b198afc94 (patch)
tree7d652ddd2c06bb596e7fe8c85508fde924df1e7b /epan/oids.h
parent90ac3f129fc51e2a2a12ae3f42fd1009e3735f1b (diff)
Remove what appear to be the last two instances of pe_tree. Could this be the
first emem API to die? svn path=/trunk/; revision=51756
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 34a4f543cb..e8221d4241 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -29,6 +29,7 @@
#include <epan/ftypes/ftypes.h>
#include <epan/prefs.h>
+#include <epan/wmem/wmem.h>
#include "ws_symbol_export.h"
/**
@@ -100,7 +101,7 @@ typedef struct _oid_info_t {
guint32 subid;
char* name;
oid_kind_t kind;
- void* children; /**< an emem_tree_t* */
+ wmem_tree_t* children;
const oid_value_type_t* value_type;
int value_hfid;
oid_key_t* key;