X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/2f5e252a6aa62e9bcea09868884561f2761c61b3..6239fc5b39f0055dbc53ccbfc80148824a811beb:/regress/harness.h diff --git a/regress/harness.h b/regress/harness.h index 3bcccf9..eae4206 100644 --- a/regress/harness.h +++ b/regress/harness.h @@ -10,7 +10,7 @@ void Qselect( int max , const fd_set *rfds , const fd_set *wfds , const fd_set * #ifdef HAVE_POLL void Qpoll( const struct pollfd *fds , int nfds , int timeout ); #endif -void Qsocket( int type ); +void Qsocket( int domain , int type ); void Qfcntl( int fd , int cmd , long arg ); void Qconnect( int fd , const struct sockaddr *addr , int addrlen ); void Qbind( int fd , const struct sockaddr *addr , int addrlen );