X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=fad1af4f68b6ddab38eb2a7be1b52696946f1eb3;hp=65265822d9064dcbf5d9e38496cfd0d60dae075a;hb=HEAD;hpb=de6974ed610ffbfaff335021ea7e359e85c27cfa diff --git a/h/prototypes.h b/h/prototypes.h index 6526582..182cf1c 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -114,6 +114,7 @@ void unquote_string(const char *input, char *output); int uprf(char *, char *); int vfgets(FILE *, char **); char *write_charset_8bit(void); +void fold(charstring_t, size_t, const char *restrict); @@ -163,4 +164,4 @@ int is_readonly(struct msgs *); void set_readonly(struct msgs *); int other_files(struct msgs *); void set_other_files(struct msgs *); - +char *getthreadid(const char *);