From: David Lamparter Date: Mon, 11 Feb 2019 10:40:19 +0000 (+0100) Subject: lib: remove extra top-level ; X-Git-Tag: 7.1_pulled~248^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f3dd45d1081eb3b644f7a99c34be5c9ed3e5c174;p=mirror%2Ffrr.git lib: remove extra top-level ; Signed-off-by: David Lamparter --- diff --git a/lib/if.h b/lib/if.h index 5b46ed8204..822dbbaa54 100644 --- a/lib/if.h +++ b/lib/if.h @@ -290,9 +290,9 @@ struct interface { }; RB_HEAD(if_name_head, interface); -RB_PROTOTYPE(if_name_head, interface, name_entry, if_cmp_func); +RB_PROTOTYPE(if_name_head, interface, name_entry, if_cmp_func) RB_HEAD(if_index_head, interface); -RB_PROTOTYPE(if_index_head, interface, index_entry, if_cmp_func); +RB_PROTOTYPE(if_index_head, interface, index_entry, if_cmp_func) DECLARE_QOBJ_TYPE(interface) #define IFNAME_RB_INSERT(vrf, ifp) \