summary refs log tree commit diff
diff options
context:
space:
mode:
-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 */