summaryrefslogtreecommitdiffhomepage
path: root/API-C.md
diff options
context:
space:
mode:
Diffstat (limited to 'API-C.md')
-rw-r--r--API-C.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API-C.md b/API-C.md
index c0cfc02..aa44149 100644
--- a/API-C.md
+++ b/API-C.md
@@ -711,7 +711,7 @@ luw_http_hdr_iter(&ctx, hdr_iter_func, NULL);
### luw_http_hdr_get_value
```C
-const char *luw_http_hdr_get_value(luw_ctx_t *ctx, const char *hdr);
+const char *luw_http_hdr_get_value(const luw_ctx_t *ctx, const char *hdr);
```
Given a HTTP header _hdr_ this function will look it up in the request and