diff options
author | erdgeist <> | 2007-12-03 01:12:25 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 01:12:25 +0000 |
commit | dafe5c9f6c21bf9a65908e8b74826f58b519d68a (patch) | |
tree | 8a051f736740dff9bbc4dd8492ace7803a3573db | |
parent | 0fe76f811b1393d899330c070e7d5bbe57658551 (diff) |
add newline to end of file
-rw-r--r-- | ot_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,4 +25,4 @@ ssize_t http_handle_request( const int64 s, char *data, size_t l ); | |||
25 | ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); | 25 | ssize_t http_sendiovecdata( const int64 s, int iovec_entries, struct iovec *iovector ); |
26 | ssize_t http_issue_error( const int64 s, const char *title, const char *message ); | 26 | ssize_t http_issue_error( const int64 s, const char *title, const char *message ); |
27 | 27 | ||
28 | #endif \ No newline at end of file | 28 | #endif |