summaryrefslogtreecommitdiff
path: root/ot_http.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-15 00:39:02 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-15 00:39:02 +0200
commit7c633c259ebc4a863c5076462c5792ecb8b9f617 (patch)
tree550a272a82325c554923c7498811cb8971aa49c2 /ot_http.h
parent4c5935c0574481dc4b0e0bf57528dc3069e34742 (diff)
clang-format
Diffstat (limited to 'ot_http.h')
-rw-r--r--ot_http.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ot_http.h b/ot_http.h
index a63e3d3..fecb4eb 100644
--- a/ot_http.h
+++ b/ot_http.h
@@ -22,9 +22,9 @@ struct http_data {
22 STRUCT_HTTP_FLAG flag; 22 STRUCT_HTTP_FLAG flag;
23}; 23};
24 24
25ssize_t http_handle_request( const int64 s, struct ot_workstruct *ws ); 25ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws);
26ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial ); 26ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial);
27ssize_t http_issue_error( const int64 s, struct ot_workstruct *ws, int code ); 27ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code);
28 28
29extern char *g_stats_path; 29extern char *g_stats_path;
30extern ssize_t g_stats_path_len; 30extern ssize_t g_stats_path_len;