xref: /openbsd-src/usr.sbin/radiusd/imsg_subr.h (revision e16a722a8a965b85c7889b97d3d2e0580039ade0)
1 /*	$OpenBSD: imsg_subr.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $	*/
2 
3 #ifndef _IMSG_SUBR_H
4 #define _IMSG_SUBR_H
5 
6 struct imsgbuf;
7 
8 __BEGIN_DECLS
9 
10 int	 imsg_sync_read(struct imsgbuf *, int);
11 int	 imsg_sync_flush(struct imsgbuf *, int);
12 
13 __END_DECLS
14 
15 #endif
16