summaryrefslogtreecommitdiff
path: root/src/htswrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htswrap.h')
-rw-r--r--src/htswrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htswrap.h b/src/htswrap.h
index d6dfe92..e87ddf6 100644
--- a/src/htswrap.h
+++ b/src/htswrap.h
@@ -49,8 +49,8 @@ typedef struct httrackp httrackp;
HTSEXT_API int htswrap_init(void); // LEGACY
HTSEXT_API int htswrap_free(void); // LEGACY
-HTSEXT_API int htswrap_add(httrackp * opt, const char *name, void *fct);
-HTSEXT_API uintptr_t htswrap_read(httrackp * opt, const char *name);
+//HTSEXT_API int htswrap_add(httrackp * opt, const char *name, void *fct);
+//HTSEXT_API uintptr_t htswrap_read(httrackp * opt, const char *name);
#endif