summaryrefslogtreecommitdiff
path: root/ot_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_sync.c')
-rw-r--r--ot_sync.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_sync.c b/ot_sync.c
index ac1664d..5f772fb 100644
--- a/ot_sync.c
+++ b/ot_sync.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>
@@ -160,3 +162,5 @@ void sync_deliver( int64 socket ) {
160} 162}
161 163
162#endif 164#endif
165
166const char *g_version_sync_c = "$Source$: $Revision$\n";