mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add wakeup command to CLI (#168)
This commit is contained in:
parent
fe1e3835f8
commit
d9773c55e0
5 changed files with 101 additions and 3 deletions
|
@ -26,6 +26,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
CHIAKI_EXPORT int chiaki_cli_cmd_discover(ChiakiLog *log, int argc, char *argv[]);
|
||||
CHIAKI_EXPORT int chiaki_cli_cmd_wakeup(ChiakiLog *log, int argc, char *argv[]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue