X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/cefe030c6424fc38e60fd53cf83755a8b141b213..0366bd10bfac344d19674e32c20fa0464ed2189c:/regress/hsyscalls.h diff --git a/regress/hsyscalls.h b/regress/hsyscalls.h index 5d87442..3e886be 100644 --- a/regress/hsyscalls.h +++ b/regress/hsyscalls.h @@ -15,6 +15,8 @@ int Hpoll( struct pollfd *fds , int nfds , int timeout ); int Hsocket( int domain , int type , int protocol ); int Hfcntl( int fd , int cmd , ... ); int Hconnect( int fd , const struct sockaddr *addr , int addrlen ); +int Hbind( int fd , const struct sockaddr *addr , int addrlen ); +int Hlisten( int fd , int backlog ); int Hclose( int fd ); int Hsendto( int fd , const void *msg , int msglen , unsigned int flags , const struct sockaddr *addr , int addrlen ); int Hrecvfrom( int fd , void *buf , int buflen , unsigned int flags , struct sockaddr *addr , int *addrlen );