diff options
Diffstat (limited to 'include/repl.h')
-rw-r--r-- | include/repl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/repl.h b/include/repl.h index 804b702..4b833ad 100644 --- a/include/repl.h +++ b/include/repl.h @@ -1,6 +1,8 @@ #ifndef REPL_H #define REPL_H + void repl(void); + #endif
\ No newline at end of file |