diff options
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 |
