X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..07808bdbf87f2caf032bfbe8f47fa6c1ab851332:/h/aliasbr.h?ds=inline diff --git a/h/aliasbr.h b/h/aliasbr.h index 2e464d92..cc4da7fe 100644 --- a/h/aliasbr.h +++ b/h/aliasbr.h @@ -2,7 +2,6 @@ /* * aliasbr.h -- definitions for the aliasing system * - * $Id$ */ extern char *AliasFile; /* mh-alias(5) */ @@ -36,9 +35,7 @@ struct home { struct home *h_next; /* next home in list */ }; -#ifndef MMDFMTS -struct home *seek_home (); -#endif /* MMDFMTS */ +struct home *seek_home (char *); /* * prototypes