summaryrefslogtreecommitdiff
path: root/src/htsdefines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsdefines.h')
-rw-r--r--src/htsdefines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htsdefines.h b/src/htsdefines.h
index 644f85b..2a63553 100644
--- a/src/htsdefines.h
+++ b/src/htsdefines.h
@@ -232,7 +232,6 @@ struct t_hts_callback_ref {
};
extern const t_hts_htmlcheck_callbacks default_callbacks;
-extern const t_hts_callback_ref default_callbacks_ref[];
#define HT_PRINT(A) strcatbuff(opt->state.HTbuff,A);
#define HT_REQUEST_START opt->state.HTbuff[0]='\0';