aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-16 07:27:48 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-16 07:27:48 +0000
commit38bbf40f6475a84b339c354ba129eeee00d55bb9 (patch)
tree6c27bc939a6d2835d8fafab3480bb5b296f316b0 /epan/epan.h
parent3a62afcfed8d9883bd14214cf2779724bcc4edff (diff)
Constify a return value, to squelch a compiler warning.
svn path=/trunk/; revision=37680
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/epan.h b/epan/epan.h
index f489c6de4e..5529d5ca70 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -84,7 +84,7 @@ epan_new(void);
void
epan_free(epan_t*);
-extern gchar*
+extern const gchar*
epan_get_version(void);
/** initialize an existing single packet dissection */