diff options
author | phintuka <phintuka> | 2006-12-19 17:27:49 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-12-19 17:27:49 +0000 |
commit | 8505e3bf8538fa7c483a217f496bbe6f9eb85cd0 (patch) | |
tree | 95f167906d2f704e2c634902c0bff1997a0354c5 /tools/cxsocket.c | |
parent | 7134f4b13a4c4b8b68dd16aec4dfa56ba28ef7d7 (diff) | |
download | xineliboutput-8505e3bf8538fa7c483a217f496bbe6f9eb85cd0.tar.gz xineliboutput-8505e3bf8538fa7c483a217f496bbe6f9eb85cd0.tar.bz2 |
Added missing header
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 */ |