Fix all warnings
This commit is contained in:
2023-11-17 16:27:26 +01:00
parent 0da6b4a5ad
commit f82634daa0
2 changed files with 8 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ extern "C" {
#define TFTP_READ 0
#define UNUSED(x) (void)(x)
typedef struct tftp_custom_file_s {
char* data;
size_t len;