Fix warnings

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-05-04 15:16:17 +02:00
parent 869ef09f34
commit f8db7613b6
7 changed files with 36 additions and 19 deletions

View File

@@ -72,7 +72,7 @@ typedef struct {
} rest_conn_t;
err_t rest_server_init(rest_conn_type_t conn_type);
int lwip_itf_init(void);
void rest_handle_request(rest_conn_t *conn);
extern int rest_server_error(rest_response_t *response, int status_code, const char *message);