X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Fcatdoc.h;h=3a4010f03c628ffd3859c5e74989f4612bf70bdf;hp=bd8e52b92a0ee2a5866bab14cd78a07fd3cfc7c8;hb=666a23f1c6f51c09f4aa4ad7e863bf901025a82f;hpb=ccf8e1947728585acd2301c9b8e459e6918bfb5f diff --git a/src/catdoc.h b/src/catdoc.h index bd8e52b..3a4010f 100644 --- a/src/catdoc.h +++ b/src/catdoc.h @@ -205,10 +205,10 @@ extern int get_8bit_char (FILE *f,long *offset,long fileend); extern int get_word8_char (FILE *f,long *offset,long fileend); extern const char *charset_from_codepage(unsigned int codepage); -extern short int *read_charset(const char *filename); +extern uint16_t *read_charset(const char *filename); extern CHARSET make_reverse_map (short int *charset); -extern int to_unicode (short int *charset, int c) ; +extern int to_unicode (uint16_t *charset, int c) ; extern int from_unicode (CHARSET charset, int u) ;