diff options
Diffstat (limited to 'src/htslib.c')
-rw-r--r-- | src/htslib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c index d57ce57..1b29f3a 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5501,6 +5501,10 @@ HTSEXT_API httrackp *hts_create_opt(void) { return opt; } +HTSEXT_API size_t hts_sizeof_opt(void) { + return sizeof(httrackp); +} + HTSEXT_API void hts_free_opt(httrackp * opt) { if (opt != NULL) { |