]> The Tcpdump Group git mirrors - tcpdump/blobdiff - oui.h
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / oui.h
diff --git a/oui.h b/oui.h
index 4891dd167f9ee394a4056737b80b9a1015ad3bea..dc8bb01c8f1bad1ab06fcb41482d178b08a42fe0 100644 (file)
--- a/oui.h
+++ b/oui.h
@@ -14,8 +14,8 @@
  * Original code by Hannes Gredler ([email protected])
  */
 
-extern struct tok oui_values[];
-extern struct tok smi_values[];
+extern const struct tok oui_values[];
+extern const struct tok smi_values[];
 
 #define OUI_ENCAP_ETHER 0x000000        /* encapsulated Ethernet */
 #define OUI_CISCO       0x00000c        /* Cisco protocols */