aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-16 07:27:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-16 07:27:48 +0000
commit94ba507cba59cd729a9f33e2ad7a2fd7e76b88ca (patch)
tree6c27bc939a6d2835d8fafab3480bb5b296f316b0 /epan/epan.h
parent120fcb48f62edd67fb5b8dd1018261d59fd8c18a (diff)
Constify a return value, to squelch a compiler warning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37680 f5534014-38df-0310-8fa8-9805f1628bb7
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 */