From c28cf398fd956eb467612eec4b31e1df371b9636 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 20 Dec 2007 05:59:34 +0000 Subject: Introduce some kind of versioning --- ot_http.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ot_http.c') 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 @@ /* This software was written by Dirk Engling - It is considered beerware. Prost. Skol. Cheers or whatever. */ + It is considered beerware. Prost. Skol. Cheers or whatever. + + $id$ */ /* System */ #include @@ -568,3 +570,5 @@ ssize_t http_handle_request( const int64 client_socket, char *data, size_t recv_ http_senddata( client_socket, static_outbuf + reply_off, reply_size ); return reply_size; } + +const char *g_version_http_c = "$Source$: $Revision$\n"; -- cgit v1.2.3