aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/parser.h b/parser.h
index 7f1854b..2614615 100644
--- a/parser.h
+++ b/parser.h
@@ -10,12 +10,8 @@ typedef enum {
} metaCommandStatus;
-uint16_t len(const char *s);
-
-bool sameStr(const char* s1, const char *s2);
-
int handleMetaCommand(inputBuffer *in);
int handleInput(inputBuffer *in);
-#endif \ No newline at end of file
+#endif