aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fclctl.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-25 11:43:30 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-25 11:43:30 +0000
commit1bf35eeccc8c59ed9874cb96348966da281b0853 (patch)
treea19835aec094d07536c6def639d5d5d236f0a1cd /epan/dissectors/packet-fclctl.h
parentf2743805ede691924d8f265a2e8ee489116370fb (diff)
From Jakub Zawadzki:
Cleanup dissector code - use proper memory functions. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30691 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fclctl.h')
-rw-r--r--epan/dissectors/packet-fclctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fclctl.h b/epan/dissectors/packet-fclctl.h
index 12dcd98feb..1056392d93 100644
--- a/epan/dissectors/packet-fclctl.h
+++ b/epan/dissectors/packet-fclctl.h
@@ -92,5 +92,5 @@ extern const value_string fc_lctl_proto_val[];
/* Function definitions */
const gchar *fclctl_get_typestr (guint8 linkctl_type, guint8 type);
-gchar *fclctl_get_paramstr (guint32 linkctl_type, guint32 param);
+const gchar *fclctl_get_paramstr (guint32 linkctl_type, guint32 param);
#endif