From 31d876d53dfdafc4370b7c23febbb6978b271a77 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 4 Dec 2007 23:57:29 +0000 Subject: Count invalid requests --- 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 134c309..a64cf19 100644 --- a/ot_http.h +++ b/ot_http.h @@ -23,6 +23,6 @@ struct http_data { ssize_t http_handle_request( const int64 s, char *data, size_t l ); ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); -ssize_t http_issue_error( const int64 s, const char *title, const char *message ); +ssize_t http_issue_error( const int64 s, int code ); #endif -- cgit v1.2.3