diff options
Diffstat (limited to 'repl.h')
| -rw-r--r-- | repl.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -1,20 +0,0 @@ -#ifndef REPL_H -#define REPL_H - -#include "db.h" - -typedef struct { - char *buffer; - ssize_t inputSize; -} inputBuffer; - - -inputBuffer *newInputBuffer(void); - -void freeInputBuffer(inputBuffer *in); - -void getInput(inputBuffer *in); - -void prompt(void); - -#endif
\ No newline at end of file |
