From db7553eda4ed2feefac4859f59f79ee8e3d20e3f Mon Sep 17 00:00:00 2001 From: Nakidai Date: Sun, 24 Nov 2024 17:51:27 +0300 Subject: Not buf tho --- include/libhttpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libhttpc.h') diff --git a/include/libhttpc.h b/include/libhttpc.h index 8644ead..bb0f35b 100644 --- a/include/libhttpc.h +++ b/include/libhttpc.h @@ -168,7 +168,7 @@ struct LibHTTPC_Request */ struct LibHTTPC_Response { - const char *buf; /**< Pointer to char *response */ + char *buf; /**< Pointer to char *response */ const char *version, *status, *phrase; /**< Response line */ const char **header_names; /**< \ Header parallel array */ const char **header_values; /**< / Header parallel array */ -- cgit 1.4.1