X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/qmail/blobdiff_plain/2117e02ec495fdfd6e96b39778b701a5bcff8aa5..ca51b51d75ecbf78f6c5786b6d3379d296e89d85:/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