/* _dict.cc 29/08/2006 18.28.06 */ /* http.tlcc 01/04/2010 11.42.10 */ int http_get (_F_http_get&c, const char *url, const char *realm, const char *user, const char *passwd); int http_get (_F_http_get&c, const char *url); /* netevent.tlcc 01/04/2010 11.42.10 */ /* popenhandler.tlcc 01/04/2010 11.42.10 */ /* samples.tlcc 01/04/2010 11.42.10 */ /* tcpconnect.tlcc 01/04/2010 11.42.10 */ int tcpconnect (_F_tcpconnect&c, const char *bindaddr, const char *host, const char *port, int time_out); int tcpconnect (_F_tcpconnect&c, const char *host, const char *port, int time_out); int tcpconnect (_F_tcpconnect&c, int handle, int time_out); /* tcpserver.tlcc 01/04/2010 11.42.10 */ int tcpserver_getport (const char *service); int tcpserver_openunix (const char *sockn); int tcpserver_opentcp (const char *bindaddr, const char *portstr, int reuseadr); /* tcpserver_v1.tlcc 01/04/2010 11.42.10 */ /* tlmpepoll.cc 29/08/2006 18.28.06 */ int tlmpepoll_allocid (void); /* tlmpnet.cc 29/08/2006 18.28.06 */