-
-/*
- * 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
*/
char *legal_person (const char *);
struct adrx *getadrx (const char *, int);
-