diff options
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/htslib.h b/src/htslib.h index e13dbeb..8a6c206 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -319,10 +319,6 @@ int ishtml_ext(const char *a); int ishttperror(int err); void guess_httptype(httrackp * opt, char *s, const char *fil); -#ifndef HTTRACK_DEFLIB -HTSEXT_API void get_httptype(httrackp * opt, char *s, const char *fil, - int flag); -#endif int get_userhttptype(httrackp * opt, char *s, const char *fil); void give_mimext(char *s, const char *st); |