aboutsummaryrefslogtreecommitdiff
path: root/args.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-17 18:21:51 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-17 18:21:51 -0400
commitec8c94dc43db11c79ef58b212cacfadec09bb59c (patch)
treedac513e9acb40b2d6f606031bb4d9299e2e8c423 /args.h
parent7abba4bd6aea943870bfd571866e36a6167c80a2 (diff)
lines argument
Diffstat (limited to 'args.h')
-rw-r--r--args.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/args.h b/args.h
new file mode 100644
index 0000000..604bfda
--- /dev/null
+++ b/args.h
@@ -0,0 +1,8 @@
+#ifndef ARGS_H_
+#define ARGS_H_
+
+#include "state.h"
+
+void parse_args(client_state* state, int argc, char* argv[]);
+
+#endif