diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-07 10:02:58 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-07 10:02:58 +0000 |
commit | 525118dfe8bb3f6b874db7920dc0ee04eede0585 (patch) | |
tree | c2f57a84561e427c09ea7a248f438c187a004c58 /src/htscore.h | |
parent | aad35562b3293c792e858b36c3ca7d1ab2f386c6 (diff) |
Charset fixes
Diffstat (limited to 'src/htscore.h')
-rw-r--r-- | src/htscore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htscore.h b/src/htscore.h index 21161a9..2272327 100644 --- a/src/htscore.h +++ b/src/htscore.h @@ -348,6 +348,7 @@ char* next_token(char* p,int flag); // char* readfile(char* fil); char* readfile2(char* fil, LLint* size); +char* readfile_utf8(char* fil); char* readfile_or(char* fil,char* defaultdata); #if 0 void check_rate(TStamp stat_timestart,int maxrate); |