diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:41:57 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:41:57 +0000 |
commit | e77141ceaefb55f427edcfb777f5f1a96b885583 (patch) | |
tree | 75f4e92534d804466d80c7c7737c066947896be9 /src | |
parent | 9caffeb8ae683d121e70b89e37133281e998a498 (diff) |
Missing extern
Diffstat (limited to 'src')
-rw-r--r-- | src/htslib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htslib.h b/src/htslib.h index 67ac534..521ff3b 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -233,7 +233,7 @@ extern htsmutex dns_lock; void hts_init_htsblk(htsblk * r); // version -const char* hts_version(void); +HTSEXT_API const char* hts_version(void); // fonctions unix/winsock int hts_read(htsblk * r, char *buff, int size); |