X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e42523dbf5820c4d1b0c3496b2d6a226fb31832e..30c4f6dab4681a60d08b56d9c0c2368ba84a3409:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 12124cdb..ad9a87ee 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -133,7 +133,7 @@ int strncasecmp (const char *s1, const char *s2, size_t n); * some prototypes for address parsing system * (others are in addrsbr.h) */ -char *LocalName(void); +char *LocalName(int); char *SystemName(void); char *OfficialName(char *); @@ -146,6 +146,8 @@ void annopreserve(int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *); +int build_form (char *, char *, int *, char *, char *, char *, char *, + char *, char *); int sendsbr (char **, int, char *, struct stat *, int, char *, int); int what_now (char *, int, int, char *, char *, int, struct msgs *, char *, int, char *);