1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 04:33:58 +02:00
openwrt-routing/babeld
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
..
files babeld: add ubus bindings 2021-01-15 01:13:26 +01:00
patches babeld: send events via ubus (#633) 2021-02-01 15:26:44 +01:00
src babeld: adopt to upstream header-style (#640) 2021-02-09 22:51:39 +01:00
Makefile babeld: adopt to upstream header-style (#640) 2021-02-09 22:51:39 +01:00