summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/imsg_subr.h
blob: 653e63b1ca51874acef1f588744b2e0dcfeefd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: imsg_subr.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $	*/

#ifndef _IMSG_SUBR_H
#define _IMSG_SUBR_H

struct imsgbuf;

__BEGIN_DECLS

int	 imsg_sync_read(struct imsgbuf *, int);
int	 imsg_sync_flush(struct imsgbuf *, int);

__END_DECLS

#endif