aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 2143cdb261..328cd813f8 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -27,6 +27,8 @@
#ifndef __OIDS_H__
#define __OIDS_H__
+#include <epan/ftypes/ftypes.h>
+
#define BER_TAG_ANY -1
struct _oid_bit_t {
@@ -103,6 +105,9 @@ typedef struct _oid_info_t {
/* init funcion called from epan.h */
extern void oids_init(void);
+/* init funcion called from epan.h */
+extern void oids_cleanup(void);
+
/*
* The objects returned by all these functions are all allocated with a
* packet lifetime and does not have have to be freed.