From f471fbdf27462b82febe4e8db8358ab3380d2a28 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 13 May 2023 08:59:43 +0200 Subject: add command module to handle request-response communications --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 141c6be..5bc3f5c 100644 --- a/src/client.h +++ b/src/client.h @@ -18,6 +18,6 @@ struct client; int client_create(struct client **, const struct settings *); void client_destroy(struct client *); -int client_main(const struct client *, int argc, char *argv[]); +int client_main(const struct client *, const char **argv); #endif -- cgit v1.2.3