mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Integrate CLI in GUI
This commit is contained in:
parent
c7e4fd778b
commit
3148f1ea93
7 changed files with 136 additions and 148 deletions
|
@ -19,12 +19,13 @@
|
|||
#define CHIAKI_CHIAKI_CLI_H
|
||||
|
||||
#include <chiaki/common.h>
|
||||
#include <chiaki/log.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
CHIAKI_EXPORT int chiaki_cli_cmd_discover(int argc, char *argv[]);
|
||||
CHIAKI_EXPORT int chiaki_cli_cmd_discover(ChiakiLog *log, int argc, char *argv[]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue