diff options
Diffstat (limited to 'parser.h')
| -rw-r--r-- | parser.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |
