X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/2117e02ec495fdfd6e96b39778b701a5bcff8aa5..HEAD:/timeoutwrite.h diff --git a/timeoutwrite.h b/timeoutwrite.h index c93aa18..4725861 100644 --- a/timeoutwrite.h +++ b/timeoutwrite.h @@ -1,8 +1,6 @@ #ifndef TIMEOUTWRITE_H #define TIMEOUTWRITE_H -#define TIMEOUTWRITE(s,fd) (((s) << 10) | (fd)) - extern int timeoutwrite(); #endif