X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=fad1af4f68b6ddab38eb2a7be1b52696946f1eb3;hp=50d8a8b7b56ba99edc9d1c9a0d66eed05c1aeb01;hb=c5368b86d4a3a42f9efe8aa56374d953a7faa9a4;hpb=f421770234df8633ec9e703c9045cc21753fc644 diff --git a/h/prototypes.h b/h/prototypes.h index 50d8a8b..fad1af4 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);