Use new signature for XID param callback
This commit is contained in:
parent
c7410cb2a4
commit
aeee7449eb
1 changed files with 1 additions and 2 deletions
|
@ -1312,8 +1312,7 @@ error_sock_resend:
|
||||||
}
|
}
|
||||||
|
|
||||||
static int handle_xid_param(enum patty_ax25_frame_xid_param_type type,
|
static int handle_xid_param(enum patty_ax25_frame_xid_param_type type,
|
||||||
size_t len,
|
uint32_t value,
|
||||||
uint8_t *data,
|
|
||||||
void *ctx) {
|
void *ctx) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue