aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
author=2022-05-05 15:23:47 +0200
committer=2022-05-05 15:23:47 +0200
commit6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d (patch)
tree7c2854537fc1bdf5f5aa8e861cf676204d773967 /parser.h
parent2b1838ecf30fd91575a71b877965ed3363356138 (diff)
downloadsoikk-DB-6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d.tar.xz
soikk-DB-6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d.tar.zst
Quality of life changes
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