summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldpd/neighbor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldpd/neighbor.c b/ldpd/neighbor.c
index e1db9e8e1..6d6c7d00c 100644
--- a/ldpd/neighbor.c
+++ b/ldpd/neighbor.c
@@ -359,8 +359,7 @@ nbr_find_ldpid(uint32_t lsr_id)
return (RB_FIND(nbr_id_head, &nbrs_by_id, &n));
}
-struct nbr *
-nbr_get_first_ldpid()
+struct nbr *nbr_get_first_ldpid(void)
{
return (RB_MIN(nbr_id_head, &nbrs_by_id));
}