mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
iwd: Move network_init & network_exit to iwd.h
This commit is contained in:
parent
e4ddf4cf19
commit
7c18e3cdfe
@ -38,3 +38,6 @@ void __iwd_device_foreach(iwd_device_foreach_func func, void *user_data);
|
||||
const struct l_settings *iwd_get_config(void);
|
||||
|
||||
void iwd_shutdown(void);
|
||||
|
||||
void network_init();
|
||||
void network_exit();
|
||||
|
@ -31,9 +31,9 @@
|
||||
#include <ell/ell.h>
|
||||
|
||||
#include "iwd.h"
|
||||
#include "network.h"
|
||||
#include "storage.h"
|
||||
#include "common.h"
|
||||
#include "network.h"
|
||||
#include "dbus.h"
|
||||
#include "knownnetworks.h"
|
||||
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "src/device.h"
|
||||
#include "src/wiphy.h"
|
||||
#include "src/dbus.h"
|
||||
#include "src/network.h"
|
||||
#include "src/eap.h"
|
||||
#include "src/eapol.h"
|
||||
#include "src/scan.h"
|
||||
|
@ -60,9 +60,6 @@ bool network_register(struct network *network, const char *path);
|
||||
|
||||
void network_remove(struct network *network, int reason);
|
||||
|
||||
void network_init();
|
||||
void network_exit();
|
||||
|
||||
int network_rank_compare(const void *a, const void *b, void *user);
|
||||
void network_rank_update(struct network *network);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user