diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:38:13 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:37 +0100 |
| commit | 96244aca23adec551c29b78f26605f8af8eea53e (patch) | |
| tree | 1f4b4216f3a73e5bddffa2898495a74b2992af0f /lib/if.h | |
| parent | 8451921b70044a2c1075e7ba391f095fabee2550 (diff) | |
*: require semicolon after DEFINE_QOBJ & co.
Again, see previous commits.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -301,14 +301,14 @@ struct interface { */ bool configured; - QOBJ_FIELDS + QOBJ_FIELDS; }; RB_HEAD(if_name_head, interface); 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_index_func) -DECLARE_QOBJ_TYPE(interface) +DECLARE_QOBJ_TYPE(interface); #define IFNAME_RB_INSERT(vrf, ifp) \ ({ \ |
