summaryrefslogtreecommitdiff
path: root/src/htscore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscore.h')
-rw-r--r--src/htscore.h1
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);