X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=65265822d9064dcbf5d9e38496cfd0d60dae075a;hp=69556f94d64bc5ba94808c339c13a7feaa065eeb;hb=de6974ed610ffbfaff335021ea7e359e85c27cfa;hpb=fa1c9e13c8bae76993ec43f56685fa0057758579 diff --git a/h/prototypes.h b/h/prototypes.h index 69556f9..6526582 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -107,6 +107,7 @@ char *snprintb(char *, size_t, unsigned, char *); int stringdex(char *, char *); char *toabsdir(char *); char *trim(unsigned char *); +char *rtrim(char *); char *trimcpy(unsigned char *); int unputenv(char *); void unquote_string(const char *input, char *output);