about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-11-24 17:51:27 +0300
committerNakidai <nakidai@disroot.org>2024-11-24 17:51:27 +0300
commitdb7553eda4ed2feefac4859f59f79ee8e3d20e3f (patch)
treec239a0b51474d44d09df03eb7c7339bc773cd3a4 /include
parent5bea998546966bb274136b93a6675dd937a7e99d (diff)
downloadlibhttpc-db7553eda4ed2feefac4859f59f79ee8e3d20e3f.tar.gz
libhttpc-db7553eda4ed2feefac4859f59f79ee8e3d20e3f.zip
Not buf tho
Diffstat (limited to 'include')
-rw-r--r--include/libhttpc.h2
1 files changed, 1 insertions, 1 deletions
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 */