]> diplodocus.org Git - nmh/blobdiff - sbr/ambigsw.c
h/mime.h: Delete unused isatom(c) macro.
[nmh] / sbr / ambigsw.c
index c11b9e752e732d5fdeef899884897ce85cc38e34..ba6485f8f2fe00aa3114c5150f976d1d5cfe09d8 100644 (file)
@@ -11,8 +11,8 @@
 
 
 void
-ambigsw (char *arg, struct swit *swp)
+ambigsw (const char *arg, const struct swit *swp)
 {
-    advise (NULL, "-%s ambiguous.  It matches", arg);
+    inform("-%s ambiguous.  It matches", arg);
     print_sw (arg, swp, "-", stderr);
 }