aboutsummaryrefslogtreecommitdiff
path: root/repl.h
diff options
context:
space:
mode:
authorSoikk2022-05-05 18:49:13 +0200
committerSoikk2022-05-05 18:49:13 +0200
commitcdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31 (patch)
tree324257f3e7f72d9fd22f60ac05282bca38e84a2c /repl.h
parent39c0dfbc9c4279e519841afae5c7413b1bdf56d8 (diff)
downloadsoikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.xz
soikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.zst
Deleted spare files
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