aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/client.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-07 22:13:00 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-07 22:49:27 +0200
commit9ba12e5496c49f48f40ad52e816641dfdbb0474e (patch)
tree47c04ea350c077219eb5dca461e182551e26d954 /src/client.h
parentsupport code coverage report generation (diff)
downloadcimple-9ba12e5496c49f48f40ad52e816641dfdbb0474e.tar.gz
cimple-9ba12e5496c49f48f40ad52e816641dfdbb0474e.zip
test: add some basic command-line usage tests
Diffstat (limited to '')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 471a7be..ff91170 100644
--- a/src/client.h
+++ b/src/client.h
@@ -18,6 +18,6 @@ struct client;
int client_create(struct client **);
void client_destroy(struct client *);
-int client_main(const struct client *, const struct settings *, const char **argv);
+int client_main(const struct client *, const struct settings *, int argc, const char **argv);
#endif