CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 06:01:07
Modified files: lib/libutil : Symbols.map imsg-buffer.c imsg.c imsg.h Log message: Make struct msgbuf opaque. Introduce msgbuf_new() and msgbuf_free() for that. This does not yet fix the imsgbuf_init() function which can now error. OK tb@