aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/parser.h b/parser.h
deleted file mode 100644
index 2614615..0000000
--- a/parser.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef PARSER_H
-#define PARSER_H
-
-#include "db.h"
-
-
-typedef enum {
- META_COMMAND_SUCCESS,
- META_COMMAND_FAIL,
-} metaCommandStatus;
-
-
-int handleMetaCommand(inputBuffer *in);
-
-int handleInput(inputBuffer *in);
-
-#endif