X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/59a210325d70e6a38c0ef9e5dcb105cec8bd38d2..7b9cb49c7c683bc69ac7fd2f20436ae2b40fbb6d:/h/aliasbr.h diff --git a/h/aliasbr.h b/h/aliasbr.h index d379cfc5..f9400265 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,8 +35,6 @@ struct home { struct home *h_next; /* next home in list */ }; -struct home *seek_home (char *); - /* * prototypes */