CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 05:49:14
Modified files: lib/libutil : Symbols.map imsg.c imsg.h imsg_init.3 Log message: Introduce imsg_write() and use it instead of msgbuf_write(). This is just a thin wrapper around msgbuf_write() but it makes the API more consistent. OK tb@