X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=6821aa035027d74fb26f1bbdf25138a276b5251c;hp=0999e80d0852d2ba4e1ae9d6230187c9ba349891;hb=283e98e3f6ca776c1a15cd076e6ae1e999d8a6b3;hpb=f9b953ed3f2bc2de510352e56dfbf91efd19ac7e diff --git a/project.h b/project.h index 0999e80d..6821aa03 100644 --- a/project.h +++ b/project.h @@ -488,13 +488,6 @@ struct iob }; -/** - * Return the number of bytes in the I/O buffer associated with the passed - * I/O buffer. May be zero. - */ -#define IOB_PEEK(IOB) ((IOB->cur > IOB->eod) ? (IOB->eod - IOB->cur) : 0) - - /* Bits for csp->content_type bitmask: */ #define CT_TEXT 0x0001U /**< Suitable for pcrs filtering. */ #define CT_GIF 0x0002U /**< Suitable for GIF filtering. */