Remove unneeded method
This commit is contained in:
@@ -12,8 +12,6 @@ typedef struct CommandBuf {
|
||||
|
||||
/* Try to consume a string literal. */
|
||||
bool cmd_match_str(CommandBuf *cmd, const char *str);
|
||||
/* Try to consume a string literal, if it is the only thing left in the buffer. */
|
||||
bool cmd_match_only_str(CommandBuf *cmd, const char *str);
|
||||
/* Try to consume a base-16 number, and return the value. */
|
||||
bool cmd_match_hex_number(CommandBuf *cmd, uint32_t *value);
|
||||
/* Try to consume a hex-encoded list of bytes, and return the value. */
|
||||
|
||||
Reference in New Issue
Block a user