summaryrefslogtreecommitdiff
path: root/zup.h
diff options
context:
space:
mode:
Diffstat (limited to 'zup.h')
-rw-r--r--zup.h3
1 files changed, 3 insertions, 0 deletions
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);