summaryrefslogtreecommitdiff
path: root/ot_clean.c
diff options
context:
space:
mode:
authorerdgeist <>2007-12-20 05:59:34 +0000
committererdgeist <>2007-12-20 05:59:34 +0000
commitc28cf398fd956eb467612eec4b31e1df371b9636 (patch)
tree8ea7885c689844d06aa59a420fbaf06fee5ded19 /ot_clean.c
parentd9ed6c22bd26268b8ae51cc062e41f20e2dc68bd (diff)
Introduce some kind of versioning
Diffstat (limited to 'ot_clean.c')
-rw-r--r--ot_clean.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_clean.c b/ot_clean.c
index 308c848..a45a3dc 100644
--- a/ot_clean.c
+++ b/ot_clean.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 <stdlib.h> 7#include <stdlib.h>
@@ -129,3 +131,5 @@ void clean_init( void ) {
129void clean_deinit( void ) { 131void clean_deinit( void ) {
130 pthread_cancel( thread_id ); 132 pthread_cancel( thread_id );
131} 133}
134
135const char *g_version_clean_c = "$Source$: $Revision$\n";