summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-31 13:51:23 +0100
committerDavid S. Miller2008-02-01 04:28:09 +0100
commit9ddd0ed050445176a97e11b2b24d6fbc01843da6 (patch)
tree8306fd4303ca5571dabbbefd537cbd1cb79db5e5 /include
parent[NETFILTER]: nf_{conntrack,nat}_tftp: annotate TFTP helper with const (diff)
downloadkernel-qcow2-linux-9ddd0ed050445176a97e11b2b24d6fbc01843da6.tar.gz
kernel-qcow2-linux-9ddd0ed050445176a97e11b2b24d6fbc01843da6.tar.xz
kernel-qcow2-linux-9ddd0ed050445176a97e11b2b24d6fbc01843da6.zip
[NETFILTER]: nf_{conntrack,nat}_pptp: annotate PPtP helper with const
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter/nf_conntrack_pptp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/nf_conntrack_pptp.h b/include/linux/netfilter/nf_conntrack_pptp.h
index 23435496d24a..3bbde0c3a8a6 100644
--- a/include/linux/netfilter/nf_conntrack_pptp.h
+++ b/include/linux/netfilter/nf_conntrack_pptp.h
@@ -4,7 +4,7 @@
#include <linux/netfilter/nf_conntrack_common.h>
-extern const char *pptp_msg_name[];
+extern const char *const pptp_msg_name[];
/* state of the control session */
enum pptp_ctrlsess_state {