diff --git a/tiledb/libtiledb.pxd b/tiledb/libtiledb.pxd index 24a7599236..2361bb8e99 100644 --- a/tiledb/libtiledb.pxd +++ b/tiledb/libtiledb.pxd @@ -142,6 +142,8 @@ cdef extern from "tiledb/tiledb.h": pass ctypedef struct tiledb_array_schema_t: pass + ctypedef struct tiledb_current_domain_t: + pass ctypedef struct tiledb_dimension_t: pass ctypedef struct tiledb_domain_t: