From e4eb716d2688f5c2d4615d79ad5f4f1eb50a9343 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Fri, 3 Apr 2026 01:40:39 +0200 Subject: turn all int offsets into size_t --- ot_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ot_http.h') diff --git a/ot_http.h b/ot_http.h index b5ae9ff..8980682 100644 --- a/ot_http.h +++ b/ot_http.h @@ -24,7 +24,7 @@ struct http_data { }; ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws); -ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial); +ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, size_t iovec_entries, struct iovec *iovector, int is_partial); ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code); extern char *g_stats_path; -- cgit v1.2.3