From 28578b192d0828a9820983b5624b9bcc3577cd18 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 23 Jul 2022 01:46:24 +0200 Subject: Improved the database storage system. Added persistency. --- include/repl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/repl.h') diff --git a/include/repl.h b/include/repl.h index 9c9fb8e..26abe9b 100644 --- a/include/repl.h +++ b/include/repl.h @@ -3,6 +3,7 @@ #include "db.h" + typedef struct { char *buffer; ssize_t inputSize; @@ -17,4 +18,4 @@ void getInput(inputBuffer *in); void prompt(void); -#endif \ No newline at end of file +#endif -- cgit v1.2.3