]> diplodocus.org Git - nmh/blobdiff - uip/viamail.c
repl.c, replsbr.c: Move shared data into header file.
[nmh] / uip / viamail.c
index 7d9214e60d3efa53ccf7d4232ba290a68142343f..c25205424e38206c73e62c2d09037c3e1ce681df 100644 (file)
@@ -41,7 +41,7 @@ DEFINE_SWITCH_ARRAY(VIAMAIL, switches);
 
 extern int debugsw;
 extern int splitsw;
-extern int verbsw;
+extern bool verbsw;
 
 /*
  * static prototypes
@@ -117,10 +117,10 @@ main (int argc, char **argv)
                continue;
 
            case VERBSW: 
-               verbsw = 1;
+               verbsw = true;
                continue;
            case NVERBSW: 
-               verbsw = 0;
+               verbsw = false;
                continue;
 
            case DEBUGSW: