diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 13:43:09 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-18 13:43:09 +0000 |
commit | 03edb3eac85c6885d5bafd6fb68d3adb0cea4a22 (patch) | |
tree | e6cb099a2619136cc2d26a1e6e5d6238413e1b93 /src/htslib.h | |
parent | fe7ea8b140aebdff88d171ca57650917905c6639 (diff) |
Cleanup in callbacks.
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htslib.h b/src/htslib.h index 7139cbe..615dd41 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -388,7 +388,6 @@ extern void *getFunctionPtr(void *handle, const char *fncname); extern void closeFunctionLib(void *handle); extern void clearCallbacks(htscallbacks * chain); -extern size_t hts_get_callback_offs(const char *name); int hts_set_callback(t_hts_htmlcheck_callbacks * callbacks, const char *name, void *function); void *hts_get_callback(t_hts_htmlcheck_callbacks * callbacks, |