# HG changeset patch # User Henry S. Thompson # Date 1737731081 0 # Node ID 5b2e675ac55626713762f3dba35b1c097c6ec074 # Parent 41ed24203e14c9baf5f156c4c551972cf9637234 cython header file for db.pyx diff -r 41ed24203e14 -r 5b2e675ac556 lib/python/cc/lmh/db.pxd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/python/cc/lmh/db.pxd Fri Jan 24 15:04:41 2025 +0000 @@ -0,0 +1,5 @@ +cimport cdb +cdef class CCdb: + cdef cdb.Cdb* _c_cdb + cdef int find(self, bytes p) + cdef char[::1] init(self, int fno)