Hi,
I'd like to hide valkeyContext into libvalkey internal data structure with several changes:
- use
typedef void *valkeyContext; instead in valkey.h, redefine struct valkeyContext in valkey_private.h
- use
valkeyContextGetErr(valkeyContext c) instead of c->err, also apply this rule to c->errstr
Does anything block this?
Hi,
I'd like to hide valkeyContext into libvalkey internal data structure with several changes:
typedef void *valkeyContext;instead invalkey.h, redefinestruct valkeyContextinvalkey_private.hvalkeyContextGetErr(valkeyContext c)instead ofc->err, also apply this rule toc->errstrDoes anything block this?