]> diplodocus.org Git - nmh/blobdiff - h/mh.h
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8dcad654e23e8161694a7aff6fdd729d166557ae..d88df07f23094105f92762f13fb7fa059c9ff022 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -160,7 +160,7 @@ extern struct swit anoyes[];        /* standard yes/no switches */
  * general folder attributes
  */
 #define READONLY   (1<<0)      /* No write access to folder    */
-#define        SEQMOD     (1<<1)       /* folder's sequences modifed   */
+#define        SEQMOD     (1<<1)       /* folder's sequences modified   */
 #define        ALLOW_NEW  (1<<2)       /* allow the "new" sequence     */
 #define        OTHERS     (1<<3)       /* folder has other files       */
 #define        MODIFIED   (1<<4)       /* msh in-core folder modified  */
@@ -449,6 +449,7 @@ extern char *components;
 extern char *context;
 extern char *current;
 extern char *credentials_file;
+extern int credentials_no_perm_check;
 extern char *defaultfolder;
 extern char *digestcomps;
 extern char *distcomps;