Fix patty_client_socket_response struct name

This commit is contained in:
XANTRONIX Development 2020-09-22 17:45:53 -04:00 committed by XANTRONIX Industrial
parent 84a4815708
commit 9709cef6dc

View file

@ -43,7 +43,7 @@ typedef struct _patty_client_socket_request {
int type;
} patty_client_socket_request;
typedef struct _patty_ax25_response_socket_response {
typedef struct _patty_client_socket_response {
int fd;
int eno;
char path[PATTY_AX25_SOCK_PATH_SIZE];