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 f66c98b..aac4e25 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5250,6 +5250,10 @@ static void hts_debug_log_print(const char *format, ...) { } } +HTSEXT_API const char* hts_version(void) { + return HTTRACK_VERSIONID; +} + static int hts_init_ok = 0; HTSEXT_API int hts_init(void) { const char *dbg_env; |