diff options
| author | Nakidai <nakidai@disroot.org> | 2024-11-24 17:51:27 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-11-24 17:51:27 +0300 |
| commit | db7553eda4ed2feefac4859f59f79ee8e3d20e3f (patch) | |
| tree | c239a0b51474d44d09df03eb7c7339bc773cd3a4 /include | |
| parent | 5bea998546966bb274136b93a6675dd937a7e99d (diff) | |
| download | libhttpc-db7553eda4ed2feefac4859f59f79ee8e3d20e3f.tar.gz libhttpc-db7553eda4ed2feefac4859f59f79ee8e3d20e3f.zip | |
Not buf tho
Diffstat (limited to 'include')
| -rw-r--r-- | include/libhttpc.h | 2 |
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 */ |