X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=11db40da48de7ec769aecf5b274c4c1bf1b2577d;hb=3325d1a5623f39b8f0cf8c342da88024397500f7;hp=054430646dd9a13ef3f5007f35c85c5e4729d68d;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 0544306..11db40d 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 *);