aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/epan.h b/epan/epan.h
index e43957ccd7..2a7bf6fcb2 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -62,6 +62,8 @@ epan_new(void);
void
epan_free(epan_t*);
+extern gchar*
+epan_get_version(void);
/* get a new single packet dissection */
/* should be freed using epan_dissect_free() after packet dissection completed */