summaryrefslogtreecommitdiffstats
path: root/lib/libutil/imsg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make imsg.h a bit more self-contained by prototyping struct iovec.claudio2021-01-131-1/+2
| | | | OK martijn@ mvs@ deraadt@
* Change imsg header definitions to use standard types.bcook2019-01-201-4/+6
| | | | ok deraadt@ claudio@
* Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former arenicm2017-03-241-14/+13
| | | | | | more portable. Add stdint.h to the headers in imsg_init(3). No objections from millert@.
* constify data parameter in imsg_add() and imsg_compose()eric2013-12-261-3/+3
| | | | ok deraadt@
* Protect against multiple inclusion, from Christiano F. Haesbaert.nicm2010-06-231-1/+6
| | | | ok deraadt@
* Move imsg into libutil and add a man page.nicm2010-05-261-0/+107
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt