X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=4d93d9b3bffe4f2190c01e6da7fd3088120e5bf5;hp=9425b6d4e2eef0097d7d6c6d9bd248779b1d1c7e;hb=33dc8211a72df0c27fa11220f3b27583cd1c7e49;hpb=c42222869e318fff5dec395eca3e776db3075455 diff --git a/h/prototypes.h b/h/prototypes.h index 9425b6d..4d93d9b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -154,3 +154,11 @@ void replout(FILE *, char *, char *, struct msgs *, int, char *, char *, char *); int what_now(char *, int, int, char *, char *, int, struct msgs *, char *, int, char *); + +/* +** from the former mts.h +*/ +char *LocalName(void); /* hostname */ +char *SystemName(void); +char *getusername(void); +char *getfullname(void);