blob: d8830290eb39316dcb51851a8220e745da626bec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */
|