# HG changeset patch # User Henry S. Thompson # Date 1740680585 0 # Node ID 6566e24f44fbddfd5046ffd2d76a87921fa86a34 # Parent 1f2063a6417a7ed33f1d3034c6b519efd44628c6 work with cdb logging, not sure why it was necessary diff -r 1f2063a6417a -r 6566e24f44fb lib/python/cc/lmh/cdb.pxd --- a/lib/python/cc/lmh/cdb.pxd Wed Feb 26 19:52:22 2025 +0000 +++ b/lib/python/cc/lmh/cdb.pxd Thu Feb 27 18:23:05 2025 +0000 @@ -3,7 +3,7 @@ ctypedef unsigned int uint32; ctypedef struct Cdb: - pass + pass Cdb* cdb_new () void cdb_free(Cdb* cdb) @@ -46,4 +46,9 @@ char *error_str(int); int error_temp(int); +cdef extern from "strerr.h": + ctypedef struct strerr: + pass + void strerr_warn(char *,char *,char *,char *,char *,char *,strerr *); + void strerr_warn4(x1,x2,x3,x4,se);