X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=daemon%2Fnet.h;h=9ae9650d100fd50248d86472ff2e45fc078bc3c7;hp=24e7ca58e0ad42849b9579a9768402494d87289f;hb=1ce5968e27a19937a0e54f118d91e1a22438a0eb;hpb=96be906d7e4bf2bfa84a926e1b1b149cdd708021 diff --git a/daemon/net.h b/daemon/net.h index 24e7ca5..9ae9650 100644 --- a/daemon/net.h +++ b/daemon/net.h @@ -77,6 +77,7 @@ struct lport { void putsock(struct socket *sk); void getsock(struct socket *sk); +struct socket *netsockpipe(void); struct lport *netcslisten(int type, struct sockaddr *name, socklen_t namelen, void (*func)(struct lport *, struct socket *, void *), void *data); struct lport *netcslistenlocal(int type, struct sockaddr *name, socklen_t namelen, void (*func)(struct lport *, struct socket *, void *), void *data); struct lport *netcstcplisten(int port, int local, void (*func)(struct lport *, struct socket *, void *), void *data);