aboutsummaryrefslogtreecommitdiff
path: root/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'repl.h')
-rw-r--r--repl.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/repl.h b/repl.h
deleted file mode 100644
index 9c9fb8e..0000000
--- a/repl.h
+++ /dev/null
@@ -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