add: vendor directory
add: cli (argparse) add: test runner
This commit is contained in:
parent
25ba0ff723
commit
ec720e7617
15 changed files with 658 additions and 13 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define CONTROLLER_HELPERS_H
|
||||
|
||||
#include <confini.h>
|
||||
#include <config.h>
|
||||
|
||||
int
|
||||
helper_connect_tcp_server(char* host, uint16_t port);
|
||||
|
|
@ -27,4 +28,7 @@ helper_open_discovery_socket(uint16_t discovery_port);
|
|||
int
|
||||
helper_load_config(IniDispatch *disp, void *config_void);
|
||||
|
||||
void
|
||||
helpers_parse_cli(int argc, const char **argv, config_t *config);
|
||||
|
||||
#endif /* CONTROLLER_HELPERS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue