X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/0b6f56ccd83f0715e55855b4ddbdc7db897c4a7a..e0d855e1cf6273d258889c11551976f42a6c79b4:/client/adnshost.h diff --git a/client/adnshost.h b/client/adnshost.h index 919a758..3ab665d 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -102,7 +102,6 @@ void of_cancel_id(const struct optioninfo *oi, const char *arg); void sysfail(const char *what, int errnoval) NONRETURNING; void usageerr(const char *what, ...) NONRETURNPRINTFFORMAT(1,2); void outerr(void) NONRETURNING; -void setnonblock(int fd, int nonblock); void *xmalloc(size_t sz); char *xstrsave(const char *str);