From 9709cef6dcdf7e0bd51672f437f73717b007c6ff Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 22 Sep 2020 17:45:53 -0400 Subject: [PATCH] Fix patty_client_socket_response struct name --- include/patty/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];