aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fclctl.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-10-25 11:43:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-10-25 11:43:30 +0000
commit88bb44a51e350c9749323242482dc5e944697d8f (patch)
treea19835aec094d07536c6def639d5d5d236f0a1cd /epan/dissectors/packet-fclctl.h
parent337896f4c6777bc0b84a2e017ebcbb52100a312b (diff)
From Jakub Zawadzki:
Cleanup dissector code - use proper memory functions. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164 svn path=/trunk/; revision=30691
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