X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=7e8948ed748f23d2b7a0409be7d6a57e59786bfa;hp=1d1d4560bf10784d5b3f006266b99ffdb59a2e02;hb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;hpb=5ff96d61ee5af34956ae958a0bc72ee78734a4d7 diff --git a/h/prototypes.h b/h/prototypes.h index 1d1d456..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);