summaryrefslogtreecommitdiff
path: root/epan/epan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/epan/epan.h b/epan/epan.h
index bfad1c8d5c..ab0c51ae7d 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -124,6 +124,18 @@ epan_dissect_free(epan_dissect_t* edt);
/* Sets custom column */
const gchar *
epan_custom_set(epan_dissect_t *edt, int id,
- gchar *result, gchar *expr, const int size );
+ gchar *result, gchar *expr, const int size);
+
+/*
+ * Get compile-time information for libraries used by libwireshark.
+ */
+void
+epan_get_compiled_version_info(GString *str);
+
+/*
+ * Get runtime information for libraries used by libwireshark.
+ */
+void
+epan_get_runtime_version_info(GString *str);
#endif /* EPAN_H */