diff options
Diffstat (limited to 'lib/smux.h')
| -rw-r--r-- | lib/smux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/smux.h b/lib/smux.h index ff97c8ab51..e07df2369f 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -131,9 +131,9 @@ extern int smux_header_table(struct variable *, oid *, size_t *, int, size_t *, The use of the arguments may differ depending on the implementation used. */ -extern int smux_trap(struct variable *, size_t, const oid *, size_t, - const oid *, size_t, const oid *, size_t, - const struct trap_object *, size_t, uint8_t); +extern void smux_trap(struct variable *, size_t, const oid *, size_t, + const oid *, size_t, const oid *, size_t, + const struct trap_object *, size_t, uint8_t); extern int smux_trap_multi_index(struct variable *vp, size_t vp_len, const oid *ename, size_t enamelen, |
