Imported Upstream version 0.5
[pysam.git] / pysam / ctabix.pxd
index 7e15c43d068428d502b4c46d934d7a681747613d..950e28e6252b9d741b71d26fc13e03ee5e0a427a 100644 (file)
@@ -170,7 +170,7 @@ cdef extern from "tabix.h":
   # char *ti_iter_read(BGZF *fp, ti_iter_t iter, int *len)
 
 cdef class Tabixfile:
-    cdef char * _filename
+    cdef char * filename
 
     # pointer to tabixfile
     cdef tabix_t * tabixfile