diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:48:23 +0100 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2010-02-20 08:48:23 +0100 |
commit | adea5ee91c89423d5d974b640c6202230c21d973 (patch) | |
tree | f0b255e1cb8e416eb365b904e61ea1b001d3490c /nlpid.h | |
parent | 9c7cef627700de484ae26a8ac7cb644bdf32d3d2 (diff) | |
download | tcpdump-adea5ee91c89423d5d974b640c6202230c21d973.tar.gz |
nlpid.h/c: mark several structs as const
Diffstat (limited to 'nlpid.h')
-rw-r--r-- | nlpid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |