diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-05-15 02:23:36 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2020-05-29 00:22:53 +0200 |
commit | 1be4decb04be48d73ea90f6feb0f33af25499c19 (patch) | |
tree | e79820f0ea5d3c9c707a5b016315f0d2b71d29f5 /lib/northbound.h | |
parent | Merge pull request #6478 from mjstapp/dev_doc_more_const (diff) | |
download | frr-1be4decb04be48d73ea90f6feb0f33af25499c19.tar.xz frr-1be4decb04be48d73ea90f6feb0f33af25499c19.zip |
lib: northbound style fixes
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/northbound.h')
-rw-r--r-- | lib/northbound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/northbound.h b/lib/northbound.h index 84382eeb6..44727ca0d 100644 --- a/lib/northbound.h +++ b/lib/northbound.h @@ -1044,8 +1044,8 @@ extern void *nb_running_unset_entry(const struct lyd_node *dnode); * Returns: * User pointer if found, NULL otherwise. */ -extern void *nb_running_get_entry(const struct lyd_node *dnode, const char *xpath, - bool abort_if_not_found); +extern void *nb_running_get_entry(const struct lyd_node *dnode, + const char *xpath, bool abort_if_not_found); /* * Return a human-readable string representing a northbound event. |