diff options
| author | Patrick Ruddy <pat@voltanet.io> | 2021-02-15 15:19:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-15 15:19:48 +0000 |
| commit | 54c7adbf49e7466e46c91a749fdf0aa31882d937 (patch) | |
| tree | 3fbf88a9d13674d335256d39583d379d6d685fa6 /lib/smux.h | |
| parent | f736532d947ccf0048d02c471a74b72b11b3d613 (diff) | |
| parent | 97e21b4bd83332cb58ac0ca86057762c9c41f4f8 (diff) | |
Merge pull request #8082 from donaldsharp/nhrp_priv
new clang fixes
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, |
