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.c | |
parent | 9c7cef627700de484ae26a8ac7cb644bdf32d3d2 (diff) | |
download | tcpdump-adea5ee91c89423d5d974b640c6202230c21d973.tar.gz |
nlpid.h/c: mark several structs as const
Diffstat (limited to 'nlpid.c')
-rwxr-xr-x | nlpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ static const char rcsid[] _U_ = #include "interface.h" #include "nlpid.h" -struct tok nlpid_values[] = { +const struct tok nlpid_values[] = { { NLPID_NULLNS, "NULL" }, { NLPID_Q933, "Q.933" }, { NLPID_LMI, "LMI" }, |