]> mj.ucw.cz Git - maildups.git/blobdiff - util.h
Teach mparse to handle maildirs
[maildups.git] / util.h
diff --git a/util.h b/util.h
index 66c78ce5720db3ff4932747e5b7ad99ecbd57eb4..cd1a132c1843ebbf61cff49e184b898a718c56b6 100644 (file)
--- a/util.h
+++ b/util.h
@@ -30,6 +30,7 @@ typedef uint64_t u64;
 /* util.c */
 
 extern int verbose;
+extern const char progname[];
 
 void NONRET die(char *x, ...);
 void verb(int level, char *x, ...);