diff options
| author | Sri Mohana Singamsetty <srimohans@gmail.com> | 2020-03-26 19:07:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-26 19:07:36 -0700 |
| commit | 0298bb01bb71a33a8d4cbdb676a9ad0e8d5987e7 (patch) | |
| tree | 7ff68371b00434ff3dac4d169d0f214e7a8fe2e2 /lib/smux.h | |
| parent | 762d514faba86051196f4806c083b59886157e82 (diff) | |
| parent | b54892e0ea247f52beea96855734919f80de5217 (diff) | |
Merge pull request #6085 from donaldsharp/bgp_node_get_prefix
Bgp node get prefix
Diffstat (limited to 'lib/smux.h')
| -rw-r--r-- | lib/smux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smux.h b/lib/smux.h index 3f860db0dc..6896f02354 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -105,7 +105,7 @@ extern int smux_trap(struct variable *, size_t, const oid *, size_t, extern int oid_compare(const oid *, int, const oid *, int); extern void oid2in_addr(oid[], int, struct in_addr *); extern void *oid_copy(void *, const void *, size_t); -extern void oid_copy_addr(oid[], struct in_addr *, int); +extern void oid_copy_addr(oid[], const struct in_addr *, int); #ifdef __cplusplus } |
