summaryrefslogtreecommitdiff
path: root/lib/smux.h
diff options
context:
space:
mode:
authorSri Mohana Singamsetty <srimohans@gmail.com>2020-03-26 19:07:36 -0700
committerGitHub <noreply@github.com>2020-03-26 19:07:36 -0700
commit0298bb01bb71a33a8d4cbdb676a9ad0e8d5987e7 (patch)
tree7ff68371b00434ff3dac4d169d0f214e7a8fe2e2 /lib/smux.h
parent762d514faba86051196f4806c083b59886157e82 (diff)
parentb54892e0ea247f52beea96855734919f80de5217 (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.h2
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
}