diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 13:02:43 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-08 13:02:43 +0000 |
| commit | 6d1544383e5c6cbf33dab7526e489a7bf58aacd3 (patch) | |
| tree | 1e09d693337a6bedde4a15d6afa1f2c83e65a345 /src/htslib.c | |
| parent | cd268fd39ed5c64dd1c6b16e3284f10b79bf982b (diff) | |
Public definitions cleanup (especially for httraqt)
htsopt.h now has the following definitions:
* struct htsrequest_proxy
* struct htsrequest
* struct htsblk
* struct lien_url
* struct lien_back
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) { |
