X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/2117e02ec495fdfd6e96b39778b701a5bcff8aa5..1f1ae3e191baba6d083de9d1366833f78b5a29ac:/timeoutread.h diff --git a/timeoutread.h b/timeoutread.h index c1d19a0..20d3bfc 100644 --- a/timeoutread.h +++ b/timeoutread.h @@ -1,8 +1,6 @@ #ifndef TIMEOUTREAD_H #define TIMEOUTREAD_H -#define TIMEOUTREAD(s,fd) (((s) << 10) | (fd)) - extern int timeoutread(); #endif