aboutsummaryrefslogtreecommitdiff
path: root/include/repl.h
diff options
context:
space:
mode:
authorSoikk2022-07-23 01:46:24 +0200
committerSoikk2022-07-23 01:46:24 +0200
commit28578b192d0828a9820983b5624b9bcc3577cd18 (patch)
tree2f30b1730f30a7eeee80995ee3984c10f5bdc2ff /include/repl.h
parent377dc104be127291ede5b32640c23eea0ba6791a (diff)
downloadsoikk-DB-28578b192d0828a9820983b5624b9bcc3577cd18.tar.xz
soikk-DB-28578b192d0828a9820983b5624b9bcc3577cd18.tar.zst
Improved the database storage system. Added persistency.
Diffstat (limited to 'include/repl.h')
-rw-r--r--include/repl.h3
1 files changed, 2 insertions, 1 deletions
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