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 d26df8c..1899f05 100644
--- a/API-C.md
+++ b/API-C.md
@@ -436,7 +436,7 @@ luw_init_ctx(&ctx, addr, 4096 /* Response offset */);
### luw_set_req_buf
```C
-int luw_set_req_buf(luw_ctx_t *ctx, u8 **buf, unsigned long flags);
+int luw_set_req_buf(luw_ctx_t *ctx, u8 **buf, unsigned int flags);
```
This function is used to take a copy of the request buffer (as discussed