xref: /openbsd-src/usr.sbin/radiusd/imsg_subr.h (revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
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