X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/4f973eb58f3af495d12489807e1d71a98ca95a86..2d5cce6288931ae7fc0b65ad2f51207dc0d1ccdf:/regress/harness.h.m4?ds=sidebyside diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index b9fddb3..de29194 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -27,6 +27,7 @@ m4_include(hmacros.i4) #include #include #include +#include #include "internal.h" @@ -62,6 +63,7 @@ void Tmust(const char *call, const char *arg, int cond); void Tvbf(const char *fmt, ...) PRINTFFORMAT(1,2); void Tvbvf(const char *fmt, va_list al); void Tvbfdset(int max, const fd_set *set); +void Tvbpollfds(const struct pollfd *fds, int nfds); void Tvbaddr(const struct sockaddr *addr, int addrlen); void Tvbbytes(const void *buf, int len); void Tvberrno(int e);