summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-14 19:51:33 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-14 19:51:33 +0000
commitae1db762e79326b07a57301ad252f8e0ae0b42a2 (patch)
treef562d908d491b2889be2732ddd79b522125c3f15 /src/htslib.c
parent16aec722bfe673ed191467ab93e63c440facf24a (diff)
Missing htsCallbackErr definition
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htslib.c b/src/htslib.c
index 24ed72c..fbea649 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -5113,6 +5113,9 @@ static int ssl_vulnerable(const char *version) {
return 0;
}
+/* user abort callback */
+htsErrorCallback htsCallbackErr = NULL;
+
static void default_inthash_asserthandler(void *arg, const char* exp, const char* file, int line) {
abortf_(exp, file, line);
}