aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-17 17:06:33 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-17 17:06:33 +0000
commit577f355e23bb3d6972dd6763d8cc5b33826f7ab6 (patch)
tree7638ecfddbee9a77dde6797674efc933e6772d4b /epan/oids.h
parent2ab2279eeb470448613be8bcd03129555c833380 (diff)
oid_get_default_mib_path() is present in libwireshark.def. Make sure it's
available even if HAVE_LIBSMI isn't defined. svn path=/trunk/; revision=24667
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 0bd7c511a5..3d2d65269e 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -153,7 +153,6 @@ extern void oid_add(const char* name, guint oid_len, guint32 *subids);
extern void oid_add_from_encoded(const char* name, const guint8 *oid, gint oid_len);
extern void oid_add_from_string(const char* name, const gchar *oid_str);
-#ifdef HAVE_LIBSMI
/**
* Fetch the default MIB/PIB path
*
@@ -161,7 +160,6 @@ extern void oid_add_from_string(const char* name, const gchar *oid_str);
* g_free()d by the caller.
*/
extern gchar *oid_get_default_mib_path(void);
-#endif
extern void oid_add_from_string(const char* name, const gchar *oid_str);