diff --git a/include/patty/client.h b/include/patty/client.h index 0c78dc5..89113de 100644 --- a/include/patty/client.h +++ b/include/patty/client.h @@ -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];