return isn't a function FFS
[apps/madmutt.git] / lib-mx / mx.h
index c40b031..9ccae83 100644 (file)
@@ -109,8 +109,6 @@ typedef struct mx_t {
 
 #define MAXLOCKATTEMPT 5
 
-WHERE short DefaultMagic INITVAL (M_MBOX);
-
 /*
  * please use the following _ONLY_ when doing "something"
  * with folders
@@ -130,8 +128,6 @@ int mx_close_message (MESSAGE **);
 
 /* determines magic for given folder */
 int mx_get_magic (const char*);
-/* sets/parses DefaultMagic */
-int mx_set_magic (const char *);
 /* tests whether given folder magic is (valid and) local */
 int mx_is_local (int);