Removed unused function seek_home().
[mmh] / h / aliasbr.h
index de50e97..f940026 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * aliasbr.h -- definitions for the aliasing system
  *
- * $Id$
  */
 
 extern char *AliasFile;                /* mh-alias(5)             */
@@ -36,10 +35,6 @@ struct home {
     struct home *h_next;       /* next home in list                     */
 };
 
-#ifndef        MMDFMTS
-struct home *seek_home (char *);
-#endif /* MMDFMTS */
-
 /*
  * prototypes
  */