From 75faaf7f11c1611f5b98b13b7d6f44c861f857d7 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Fri, 3 May 2013 11:30:41 +0000 Subject: Fixed zero-length files not being properly handled (not savec on disk, not updated) --- src/htslib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/htslib.h') diff --git a/src/htslib.h b/src/htslib.h index be921bc..a676af6 100644 --- a/src/htslib.h +++ b/src/htslib.h @@ -231,6 +231,9 @@ struct t_dnscache { extern htsmutex dns_lock; +// initialize an htsblk structure +void hts_init_htsblk(htsblk* r); + // fonctions unix/winsock int hts_read(htsblk* r,char* buff,int size); //int HTS_TOTAL_RECV_CHECK(int var); -- cgit v1.2.3