diff options
-rw-r--r-- | src/htsalias.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/htsalias.c b/src/htsalias.c index cf4049d..0f6c9f1 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -37,9 +37,7 @@ Please visit our Website: http://www.httrack.com #include "htsbase.h" #include "htsalias.h" #include "htsglobal.h" - -void linput(FILE * fp, char *s, int max); -void hts_lowcase(char *s); +#include "htslib.h" #define _NOT_NULL(a) ( (a!=NULL) ? (a) : "" ) // #define is_realspace(c) (strchr(" \x0d\x0a\x09\x0b\x0c",(c))!=NULL) |