batman-adv: Fix bat_(iv|v) function declaration header
The bat_algo.h had some functions declared which were not part of the bat_algo.c file. These are instead stored in bat_v.c and bat_iv_ogm.c. The declaration should therefore be also in bat_v.h and bat_iv_ogm,h to make them easier to find. Signed-off-by:Sven Eckelmann <sven@narfation.org> Signed-off-by:
Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by:
Simon Wunderlich <sw@simonwunderlich.de>
Showing
- net/batman-adv/bat_algo.h 0 additions, 31 deletionsnet/batman-adv/bat_algo.h
- net/batman-adv/bat_iv_ogm.c 2 additions, 1 deletionnet/batman-adv/bat_iv_ogm.c
- net/batman-adv/bat_iv_ogm.h 25 additions, 0 deletionsnet/batman-adv/bat_iv_ogm.h
- net/batman-adv/bat_v.c 2 additions, 1 deletionnet/batman-adv/bat_v.c
- net/batman-adv/bat_v.h 52 additions, 0 deletionsnet/batman-adv/bat_v.h
- net/batman-adv/hard-interface.c 1 addition, 1 deletionnet/batman-adv/hard-interface.c
- net/batman-adv/main.c 2 additions, 0 deletionsnet/batman-adv/main.c
- net/batman-adv/routing.c 0 additions, 1 deletionnet/batman-adv/routing.c
- net/batman-adv/translation-table.c 0 additions, 1 deletionnet/batman-adv/translation-table.c
Loading
Please register or sign in to comment