sort out some prototypes, put them where they belong.
[apps/madmutt.git] / dotlock.c
index f89fb1f..118f531 100644 (file)
--- a/dotlock.c
+++ b/dotlock.c
@@ -59,7 +59,7 @@
 extern int snprintf (char *, size_t, const char *, ...);
 # endif
 
-#include <lib-lib/str.h>
+#include <lib-lib/lib-lib.h>
 
 static int DotlockFlags;
 static int Retry = MAXLOCKATTEMPT;
@@ -273,7 +273,7 @@ static void END_PRIVILEGED (void)
 
 static void usage (const char *av0)
 {
-  fprintf (stderr, "dotlock [Mutt-ng %s]\n", VERSION);
+  fprintf (stderr, "dotlock [Madmutt %s]\n", VERSION);
   fprintf (stderr, "usage: %s [-t|-f|-u|-d] [-p] [-r <retries>] file\n", av0);
 
   fputs ("\noptions:"