Skip to content

Commit

Permalink
Add tiledb_current_domain_t as type (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis authored Aug 6, 2024
1 parent e73e676 commit da6e93b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiledb/libtiledb.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da6e93b

Please sign in to comment.