bigfile/py: Move data structures to public .h file
This is needed so that e.g. a Python class implemented in C or Cython (cdef class) could inherit from PyBigFile. Don't put _bigfile.h into separate include/ directory, and keep it along main .c file, similarly to how pygolang is organized.
Showing
bigfile/_bigfile.h
0 → 100644
Please register or sign in to comment