aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-02 14:37:49 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-02 14:37:49 +0000
commit81f3e316e85c0799b19a5efae54c1782cb328418 (patch)
tree1de2f031494726578dfd8df5ad324ca9546a0e1a /epan/ipproto.h
parent1d9feaa50f6fa457ff51999abadc999233fab689 (diff)
From Yaniv Kaul: constify parameters
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32360 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r--epan/ipproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h
index f0b7b925a9..ac1eb83878 100644
--- a/epan/ipproto.h
+++ b/epan/ipproto.h
@@ -191,6 +191,6 @@
#define IP_PROTO_NCS_HEARTBEAT 224 /* Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */
extern const value_string ipproto_val[];
-extern const char *ipprotostr(int proto);
+extern const char *ipprotostr(const int proto);
#endif /* ipproto.h */