]> git.marmaro.de Git - mmh/blobdiff - h/scansbr.h
Fixed mhstore to honor nmh-storage profile entry even with -auto [Bug #35303].
[mmh] / h / scansbr.h
index 4e2e87aa945ed26ab16f64869d0da6dce68b6ac5..1f0d08731b04b719a516203a08ecae4a176615a0 100644 (file)
@@ -21,7 +21,10 @@ extern char *scanl;
 
 #define WIDTH  78
 
+#define SCN_MBOX (-1)
+#define SCN_FOLD 0
+
 /*
 ** prototypes
 */
-int scan(FILE *, int, int, char *, int, int, int, int);
+int scan(FILE *, int, int, char *, int, int, int);