diff options
Diffstat (limited to 'src/htstools.h')
-rw-r--r-- | src/htstools.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/htstools.h b/src/htstools.h index 2b8d6f0..953a691 100644 --- a/src/htstools.h +++ b/src/htstools.h @@ -106,11 +106,6 @@ HTSEXT_API int hts_findisdir(find_handle find); HTSEXT_API int hts_findisfile(find_handle find); HTSEXT_API int hts_findissystem(find_handle find); -#ifndef HTTRACK_DEFLIB -HTSEXT_API char *hts_getcategory(const char *filename); -HTSEXT_API char *hts_getcategories(char *path, int type); -#endif - #endif #endif |