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 | |
| parent | 7134f4b13a4c4b8b68dd16aec4dfa56ba28ef7d7 (diff) | |
| download | xineliboutput-8505e3bf8538fa7c483a217f496bbe6f9eb85cd0.tar.gz xineliboutput-8505e3bf8538fa7c483a217f496bbe6f9eb85cd0.tar.bz2 | |
Added missing header
| -rw-r--r-- | tools/cxsocket.c | 10 | ||||
| -rw-r--r-- | vdrlogo_32x32.c | 10 |
2 files changed, 20 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 */ diff --git a/vdrlogo_32x32.c b/vdrlogo_32x32.c index 0eb162cb..b5abd5dc 100644 --- a/vdrlogo_32x32.c +++ b/vdrlogo_32x32.c @@ -1,3 +1,13 @@ +/* + * vdrlogo_32x32.c: 32x32 logo icon + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: vdrlogo_32x32.c,v 1.2 2006-12-19 17:27:49 phintuka Exp $ + * + */ + /* GIMP RGBA C-Source image dump (vdrlogo_32x32.c) */ static const struct { |
