Fix patty_client_socket_response struct name
This commit is contained in:
parent
84a4815708
commit
9709cef6dc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ typedef struct _patty_client_socket_request {
|
||||||
int type;
|
int type;
|
||||||
} patty_client_socket_request;
|
} patty_client_socket_request;
|
||||||
|
|
||||||
typedef struct _patty_ax25_response_socket_response {
|
typedef struct _patty_client_socket_response {
|
||||||
int fd;
|
int fd;
|
||||||
int eno;
|
int eno;
|
||||||
char path[PATTY_AX25_SOCK_PATH_SIZE];
|
char path[PATTY_AX25_SOCK_PATH_SIZE];
|
||||||
|
|
Loading…
Add table
Reference in a new issue