X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=4d93d9b3bffe4f2190c01e6da7fd3088120e5bf5;hb=33dc8211a72df0c27fa11220f3b27583cd1c7e49;hp=699c8b8ba9bf1a94cfb2df034ba5365e12efaf19;hpb=869aa60129811d7b160f353892dc5956a8aaac22;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 699c8b8..4d93d9b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -152,6 +152,13 @@ void annopreserve(int); int distout(char *, char *, char *); void replout(FILE *, char *, char *, struct msgs *, int, char *, char *, char *); -int sendsbr(char **, int, char *, struct stat *, int); 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);