X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=a078dc527aca9662f3414d1f0a9abf1616b37e4a;hb=75a3bc56e890a9ca5e25f194acbb574e942de5c5;hp=46a89ce9745cadb37bd5f9c611fe4938224665b2;hpb=f51956be123db66b00138f80464d06f030dbb88d;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 46a89ce..a078dc5 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -118,10 +118,7 @@ int unputenv(char *); int uprf(char *, char *); int vfgets(FILE *, char **); char *write_charset_8bit(void); - -#ifdef RPATHS int get_returnpath(char *, int, char *, int); -#endif /* ** prototypes for compatibility functions in library @@ -138,7 +135,7 @@ int strncasecmp(const char *s1, const char *s2, size_t n); /* ** prototypes for some routines in uip */ -int annotate(char *, char *, char *, int, int, int); +int annotate(char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout(char *, char *, char *); @@ -149,6 +146,5 @@ int what_now(char *, int, int, char *, char *, int, struct msgs *, ** from the former mts.h */ char *LocalName(void); /* hostname */ -char *SystemName(void); char *getusername(void); char *getfullname(void);