summaryrefslogtreecommitdiff
path: root/ot_http.h
diff options
context:
space:
mode:
authorerdgeist <>2007-12-04 23:57:29 +0000
committererdgeist <>2007-12-04 23:57:29 +0000
commit31d876d53dfdafc4370b7c23febbb6978b271a77 (patch)
tree8ccc3959e75f5e61c5bf4acd6f96367c8793afca /ot_http.h
parenta146a328856a1f8b5099064f0262a34d5623021b (diff)
Count invalid requests
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 134c309..a64cf19 100644
--- a/ot_http.h
+++ b/ot_http.h
@@ -23,6 +23,6 @@ struct http_data {
23 23
24ssize_t http_handle_request( const int64 s, char *data, size_t l ); 24ssize_t http_handle_request( const int64 s, char *data, size_t l );
25ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); 25ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector );
26ssize_t http_issue_error( const int64 s, const char *title, const char *message ); 26ssize_t http_issue_error( const int64 s, int code );
27 27
28#endif 28#endif