Change LocalName() to take an argument (about whether or not to use
[mmh] / h / prototypes.h
index 12124cd..11db40d 100644 (file)
@@ -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 *);