remove tcp_cmd_get_filename_ext and move over to llfs variant
This commit is contained in:
2023-12-02 23:04:05 +01:00
committed by Sander Speetjens
parent 2d526b899a
commit b9a6566267
2 changed files with 2 additions and 15 deletions

View File

@@ -23,7 +23,6 @@
void tcp_cmd_remove_newline(char* str, size_t len);
char* tcp_cmd_remove_leading_space(char* str, size_t len);
char* tcp_cmd_get_filename_ext(char* filename);
char* tcp_cmd_get_next_token(char* input, const char* delimiters, char** next);
void tcp_cmd_init(void);
err_t tcp_cmd_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err);