diff options
Diffstat (limited to 'include/repl.h')
| -rw-r--r-- | include/repl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/repl.h b/include/repl.h index 26abe9b..f9f0510 100644 --- a/include/repl.h +++ b/include/repl.h @@ -4,9 +4,9 @@ #include "db.h" -typedef struct { +typedef struct{ char *buffer; - ssize_t inputSize; + int64_t inputSize; } inputBuffer; @@ -16,6 +16,6 @@ void freeInputBuffer(inputBuffer *in); void getInput(inputBuffer *in); -void prompt(void); +void prompt(database *db); #endif |
