From 24eee923110c80365902ef01bce7de85ddc9b2c9 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 27 Apr 2014 16:46:08 +0000 Subject: Removed buggy definitions (Michael Tautschnig) --- src/htsalias.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/htsalias.c') 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) -- cgit v1.2.3