From 19dcb7cd30d9bfb690a7dfedf213912173e4d2dd Mon Sep 17 00:00:00 2001 From: Daniel Perez Date: Thu, 2 Dec 2021 11:39:02 +0100 Subject: clean code up, move basic ops to cmds.c --- cmds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds.h') diff --git a/cmds.h b/cmds.h index 78a1c13..5951148 100644 --- a/cmds.h +++ b/cmds.h @@ -6,6 +6,6 @@ extern command CMD_LIST[]; void init_state(state *s); -void exec(char *buf, state *s); +int exec(char *buf, state *s); #endif -- cgit 1.4.1-2-gfad0