diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-02-14 10:38:10 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-02-14 10:38:10 +0000 |
commit | b054eb0f981b4eaafe36e2bf2b8a2a1568c499f3 (patch) | |
tree | 3e5f0ea8c124982c7273550a983588ed661d6a7d /usr.sbin/snmpd/snmpd.h | |
parent | e3e4734fe0153b4d02ebc115cc274c26742fd759 (diff) |
remove unused function that distracts from cleaning up the imsg_flush() mess
OK hennig@, benno@
Diffstat (limited to 'usr.sbin/snmpd/snmpd.h')
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 067bf02fde4..95244c48e09 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.48 2013/11/21 17:32:13 mikeb Exp $ */ +/* $OpenBSD: snmpd.h,v 1.49 2014/02/14 10:38:09 florian Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> @@ -650,5 +650,4 @@ int proc_composev_imsg(struct privsep *, enum privsep_procid, u_int16_t, int, const struct iovec *, int); int proc_forward_imsg(struct privsep *, struct imsg *, enum privsep_procid); -void proc_flush_imsg(struct privsep *, enum privsep_procid); #endif /* _SNMPD_H */ |