X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5ff96d61ee5af34956ae958a0bc72ee78734a4d7..1524cb8c0b86a854149d7859d6a2503d61dbaa36:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 1d1d4560..7e8948ed 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);