]> diplodocus.org Git - nmh/blobdiff - h/mf.h
crawl_folders.h: Rename to be alongside implementation.
[nmh] / h / mf.h
diff --git a/h/mf.h b/h/mf.h
index 381a52fdc9480b09bd91b596b76b49f5dc15fed6..13dd0ab698204be243b3de789088ed0aa9c90729 100644 (file)
--- a/h/mf.h
+++ b/h/mf.h
@@ -1,17 +1,7 @@
-
-/*
- * mf.h -- include file for mailbox filters
+/* mf.h -- include file for mailbox filters
  */
 
-#include <h/nmh.h>
-
-#ifndef        TRUE
-# define TRUE 1
-#endif
-
-#ifndef        FALSE
-# define FALSE 0
-#endif
+#include "nmh.h"
 
 #ifndef        NOTOK
 # define NOTOK (-1)
@@ -44,4 +34,3 @@ struct adrx {
  */
 char *legal_person (const char *);
 struct adrx *getadrx (const char *, int);
-