diff options
| author | Soikk | 2022-07-23 01:46:24 +0200 |
|---|---|---|
| committer | Soikk | 2022-07-23 01:46:24 +0200 |
| commit | 28578b192d0828a9820983b5624b9bcc3577cd18 (patch) | |
| tree | 2f30b1730f30a7eeee80995ee3984c10f5bdc2ff /include/repl.h | |
| parent | 377dc104be127291ede5b32640c23eea0ba6791a (diff) | |
| download | soikk-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.h | 3 |
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 |
