]> diplodocus.org Git - nmh/blobdiff - h/mf.h
new.c: Order two return statements to match comment.
[nmh] / h / mf.h
diff --git a/h/mf.h b/h/mf.h
index 381a52fdc9480b09bd91b596b76b49f5dc15fed6..6b17a4c0fc18d5fa4c7238a1051573abe106bbd5 100644 (file)
--- a/h/mf.h
+++ b/h/mf.h
@@ -1,18 +1,8 @@
-
-/*
- * 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
-
 #ifndef        NOTOK
 # define NOTOK (-1)
 #endif
@@ -44,4 +34,3 @@ struct adrx {
  */
 char *legal_person (const char *);
 struct adrx *getadrx (const char *, int);
-