Skip to content
Snippets Groups Projects
Commit c4466553 authored by deuce's avatar deuce
Browse files

A typedef struct apparently can't reference itself... change type of second

parameter to duplicate callback to a void *
parent a04e9844
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ typedef struct {
BOOL (*is_connected)(void*);
BOOL (*is_cancelled)(void*);
BOOL (*data_waiting)(void*, unsigned timeout);
BOOL (*duplicate_filename)(void*, zmodem_t *zm);
BOOL (*duplicate_filename)(void*, void *zm);
} zmodem_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment