From ae1db762e79326b07a57301ad252f8e0ae0b42a2 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Wed, 14 May 2014 19:51:33 +0000 Subject: Missing htsCallbackErr definition --- src/htslib.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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); } -- cgit v1.2.3