X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c4e3a0c3f0c72c6932d132974e268f0c0a54afbc..4bd4fcad0291aafefa58b8c4f4eeb9ebb481c9ca:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 2a944e9f..e74f3278 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -139,7 +139,6 @@ int strncasecmp (const char *s1, const char *s2, size_t n); */ char *LocalName(int); char *SystemName(void); -char *OfficialName(char *); /* * prototypes for some routines in uip @@ -154,7 +153,7 @@ int mhl(int, char **); int mhlsbr(int, char **, FILE *(*)(char *)); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, - int, char *, char *, char *); + int, char *, char *, char *, int); void set_endian(void); int sc_hardcopy(void); int sc_length(void);