mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 20:54:14 +01:00
client: Add command into main
This commit is contained in:
parent
966a8effd1
commit
6385116cc8
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#include <ell/ell.h>
|
#include <ell/ell.h>
|
||||||
|
|
||||||
|
#include "command.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "dbus-proxy.h"
|
#include "dbus-proxy.h"
|
||||||
|
|
||||||
@ -58,6 +59,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
l_log_set_stderr();
|
l_log_set_stderr();
|
||||||
|
|
||||||
|
command_init();
|
||||||
display_init();
|
display_init();
|
||||||
dbus_proxy_init();
|
dbus_proxy_init();
|
||||||
|
|
||||||
@ -67,6 +69,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
dbus_proxy_exit();
|
dbus_proxy_exit();
|
||||||
display_exit();
|
display_exit();
|
||||||
|
command_exit();
|
||||||
|
|
||||||
l_signal_remove(signal);
|
l_signal_remove(signal);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user