X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=7e8948ed748f23d2b7a0409be7d6a57e59786bfa;hb=853814d952958385f5d212d167dff4edd3802f3f;hp=de57cb8ee2a3ea8d814fd427db0768c15278baf9;hpb=aa2501ef873e96a8500c53b05280dcc0ade952c2;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index de57cb8..7e8948e 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -89,6 +89,7 @@ char *path(char *, int); int peekc(FILE *ib); int pidwait (pid_t, int); int pidstatus (int, FILE *, char *); +char *pluspath(char *); void print_help (char *, struct swit *, int); void print_sw (char *, struct swit *, char *); void print_version (char *); @@ -137,7 +138,7 @@ int snprintf (char *, size_t, const char *, ...); int vsnprintf (char *, size_t, const char *, va_list); #endif -int strcasecmp (const char *s1, const char *s2); +int mh_strcasecmp (const char *s1, const char *s2); int strncasecmp (const char *s1, const char *s2, size_t n); @@ -158,7 +159,7 @@ void annopreserve(int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *); -int sendsbr (char **, int, char *, struct stat *, int, char *); +int sendsbr (char **, int, char *, struct stat *, int, char *, int); int what_now (char *, int, int, char *, char *, int, struct msgs *, char *, int, char *);