Change LocalName() to take an argument (about whether or not to use
[mmh] / h / mts.h
diff --git a/h/mts.h b/h/mts.h
index 2d2aa95..a8d795f 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -6,7 +6,7 @@
 /*
  * Local and UUCP Host Name
  */
-char *LocalName(void);
+char *LocalName(int);
 char *SystemName(void);
 
 /*