summaryrefslogtreecommitdiff
path: root/ot_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_http.c')
-rw-r--r--ot_http.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_http.c b/ot_http.c
index a377e84..232911b 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -1,5 +1,7 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org> 1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */ 2 It is considered beerware. Prost. Skol. Cheers or whatever.
3
4 $id$ */
3 5
4/* System */ 6/* System */
5#include <sys/types.h> 7#include <sys/types.h>
@@ -568,3 +570,5 @@ ssize_t http_handle_request( const int64 client_socket, char *data, size_t recv_
568 http_senddata( client_socket, static_outbuf + reply_off, reply_size ); 570 http_senddata( client_socket, static_outbuf + reply_off, reply_size );
569 return reply_size; 571 return reply_size;
570} 572}
573
574const char *g_version_http_c = "$Source$: $Revision$\n";