X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..2b63c01aa93210f7c6b812c135173812793c7176:/h/aliasbr.h 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