diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:44:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:44:51 +0000 |
commit | c7edfe0f5f34fca20bfc13fbcd5c64d4d4951108 (patch) | |
tree | 1a80d0a084d860f9f9f0c6b7b385a7f581b58e2a /src/htswrap.h | |
parent | 381eebc05697ce57b4c2941a879bcdde792e1a06 (diff) |
Fixes.
Diffstat (limited to 'src/htswrap.h')
-rw-r--r-- | src/htswrap.h | 4 |
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 |