summaryrefslogtreecommitdiff
path: root/ot_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.h')
-rw-r--r--ot_http.h2
1 files changed, 1 insertions, 1 deletions
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 {
24}; 24};
25 25
26ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws); 26ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws);
27ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial); 27ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, size_t iovec_entries, struct iovec *iovector, int is_partial);
28ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code); 28ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code);
29 29
30extern char *g_stats_path; 30extern char *g_stats_path;