X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..80b2767e802566662044eee232384b1f95dc6b61:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 05443064..ad9a87ee 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -80,7 +80,6 @@ int m_putenv (char *, char *); char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); void m_unknown(FILE *); -pid_t m_vfork (); int makedir (char *); char *nmh_getpass(const char *); char *norm_charmap(char *); @@ -134,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 *); @@ -147,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 *);