From 30125839213e5b81e87c4fa3d7d3f4030b3659e3 Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Sun, 6 Aug 2023 16:04:59 +0200 Subject: Merge repl.c and cmd.c commands --- zup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zup.h') diff --git a/zup.h b/zup.h index cce84ed..7631e93 100644 --- a/zup.h +++ b/zup.h @@ -107,6 +107,9 @@ open_tty(const char *port, int baud); int run_commands(int fd, const struct param *param, int ncmd, char **cmds); +int +run_line(int fd, struct param *param, char *line, const char *sep); + void repl(int fd, struct param *param); -- cgit v1.2.3