diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-16 13:33:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2024-01-16 13:33:14 +0000 |
commit | ba8750f70f432266c0e551aa64b476084bda3079 (patch) | |
tree | aa8fd36c27ed1dcb759f3587585738293077bf1d /usr.sbin/snmpd/snmpd.h | |
parent | afe86da2d32c8b6d8aff794e7eb49e6b9d7cca20 (diff) |
Convert to imsg_get_fd() and remove unused proc_forward_imsg().
OK martijn@
Diffstat (limited to 'usr.sbin/snmpd/snmpd.h')
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 8582abe017f..a25ad588083 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.116 2023/12/21 13:54:05 martijn Exp $ */ +/* $OpenBSD: snmpd.h,v 1.117 2024/01/16 13:33:12 claudio Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> @@ -506,8 +506,6 @@ int proc_composev_imsg(struct privsep *, enum privsep_procid, int, u_int16_t, u_int32_t, int, const struct iovec *, int); int proc_composev(struct privsep *, enum privsep_procid, uint16_t, const struct iovec *, int); -int proc_forward_imsg(struct privsep *, struct imsg *, - enum privsep_procid, int); struct imsgbuf * proc_ibuf(struct privsep *, enum privsep_procid, int); struct imsgev * |