X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fi18n.h;h=9c8f7c14014bdfca443b4d8d01012b1eb40539e9;hb=cb72db62c20ecab427229110820c5b053d0663c4;hp=2c30a70012e18fd2c556c158f9355edb3a0a5d31;hpb=b106c9452e2682e7923dc43028cf0e4b353e5443;p=pspp diff --git a/src/libpspp/i18n.h b/src/libpspp/i18n.h index 2c30a70012..9c8f7c1401 100644 --- a/src/libpspp/i18n.h +++ b/src/libpspp/i18n.h @@ -24,7 +24,12 @@ void i18n_init (void); #define UTF8 "UTF-8" -char * recode_string (const char *to, const char *from, +struct pool; + +char *recode_string_pool (const char *to, const char *from, + const char *text, int length, struct pool *pool); + +char *recode_string (const char *to, const char *from, const char *text, int len);