diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-02-19 08:54:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-19 08:54:02 -0500 |
| commit | dc86ef74e68d575f4beec0197177e90dfb42c643 (patch) | |
| tree | c7400ef7a5fa4285b39b339da0046439c7f37b77 /lib/smux.h | |
| parent | ba877ace256d58e1ffdbaf058287848f43680cbf (diff) | |
| parent | 5a224c19f195c03275011b0b642b844182485334 (diff) | |
Merge pull request #8079 from pjdruddy/pr-snmp-coverity
MPLSL3VPN snmp coverity fixes
Diffstat (limited to 'lib/smux.h')
| -rw-r--r-- | lib/smux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/smux.h b/lib/smux.h index e07df2369f..11c1becd60 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -143,6 +143,7 @@ extern int smux_trap_multi_index(struct variable *vp, size_t vp_len, size_t trapobjlen, uint8_t sptrap); extern int oid_compare(const oid *, int, const oid *, int); extern void oid2in_addr(oid[], int, struct in_addr *); +extern void oid2in6_addr(oid oid[], struct in6_addr *addr); extern void oid2int(oid oid[], int *dest); extern void *oid_copy(void *, const void *, size_t); extern void oid_copy_addr(oid[], const struct in_addr *, int); |
