openwrt-routing/babeld/src
Polynomdivision 86991248ac
babeld: adopt to upstream header-style (#640)
babeld: adopt to upstream header-style

Instead of including the headerfiles that define the structs, we add
forward definitions to our headerfile.

Fixes warning:

ubus.h:67:32: warning: 'struct xroute' declared inside parameter list will not be visible outside of this definition or declaration
 void ubus_notify_xroute(struct xroute *xroute, int kind);
                                ^~~~~~
Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-02-09 22:51:39 +01:00
..
ubus.c babeld: adopt to upstream header-style (#640) 2021-02-09 22:51:39 +01:00
ubus.h babeld: adopt to upstream header-style (#640) 2021-02-09 22:51:39 +01:00