summaryrefslogtreecommitdiff
path: root/nlpid.h
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-02-20 08:48:23 +0100
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-02-20 08:48:23 +0100
commitadea5ee91c89423d5d974b640c6202230c21d973 (patch)
treef0b255e1cb8e416eb365b904e61ea1b001d3490c /nlpid.h
parent9c7cef627700de484ae26a8ac7cb644bdf32d3d2 (diff)
downloadtcpdump-adea5ee91c89423d5d974b640c6202230c21d973.tar.gz
nlpid.h/c: mark several structs as const
Diffstat (limited to 'nlpid.h')
-rw-r--r--nlpid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpid.h b/nlpid.h
index 31f6b66d..8931835a 100644
--- a/nlpid.h
+++ b/nlpid.h
@@ -14,7 +14,7 @@
* Original code by Hannes Gredler (hannes@juniper.net)
*/
-extern struct tok nlpid_values[];
+extern const struct tok nlpid_values[];
#define NLPID_NULLNS 0x00
#define NLPID_Q933 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */