diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-16 09:42:30 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-16 09:42:30 +0000 |
commit | 72544ae4714a1cef726d960a7eaeaefcd6459caa (patch) | |
tree | fd9c6a3235ac20d55d9c12070f582faff64ef7f5 /usr.sbin/snmpd/snmpd.h | |
parent | 031fa3c3eee7859e08bdb17182579db193dfa644 (diff) |
move trap code to an own file; there will be more
Diffstat (limited to 'usr.sbin/snmpd/snmpd.h')
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 7499ea4231e..37867e60e66 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.11 2008/01/16 09:36:30 reyk Exp $ */ +/* $OpenBSD: snmpd.h,v 1.12 2008/01/16 09:42:29 reyk Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net> @@ -387,7 +387,9 @@ struct kif_addr *kr_getnextaddr(struct in_addr *); /* snmpe.c */ pid_t snmpe(struct snmpd *, int [2]); -int snmpe_trap(struct imsgbuf *, pid_t); + +/* trap.c */ +int trap_request(struct imsgbuf *, pid_t); /* mps.c */ struct ber_element * |