diff options
Diffstat (limited to 'tools/cxsocket.c')
-rw-r--r-- | tools/cxsocket.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/cxsocket.c b/tools/cxsocket.c index a8a1953e..d8830290 100644 --- a/tools/cxsocket.c +++ b/tools/cxsocket.c @@ -1,3 +1,13 @@ +/* + * cxsocket.h: Socket wrapper classes + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: cxsocket.c,v 1.2 2006-12-19 17:23:47 phintuka Exp $ + * + */ + /*static*/ int cxsocket_c_dummy; /* #warning TODO: socket helper classes / functions */ |