X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..8ae191f927b3e294b7a50124b8c806365c4dbeb8:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 05443064..11db40da 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 *);