Add wakeup command to CLI (#168)

This commit is contained in:
Ritiek Malhotra 2020-02-19 23:03:00 +05:30 committed by GitHub
commit d9773c55e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 3 deletions

View file

@ -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
}