Renamed switches variable to ease automatic text extraction.
[mmh] / uip / spost.c
index 4c1210b..73f9b0a 100644 (file)
@@ -19,7 +19,7 @@
 
 #define MAX_SM_FIELD 1476  /* < largest hdr field sendmail will accept */
 
-struct swit switches[] = {
+static struct swit switches[] = {
 #define VERBSW  0
        { "verbose", 0 },
 #define NVERBSW  1