summaryrefslogtreecommitdiff
path: root/lib/libutil/imsg.h
AgeCommit message (Expand)Author
2021-01-13Make imsg.h a bit more self-contained by prototyping struct iovec.Claudio Jeker
2019-01-20Change imsg header definitions to use standard types.Brent Cook
2017-03-24Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former areNicholas Marriott
2013-12-26constify data parameter in imsg_add() and imsg_compose()Eric Faurot
2010-06-23Protect against multiple inclusion, from Christiano F. Haesbaert.Nicholas Marriott
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott