class RemovalPolicyWalker;
class RemovalPurgeWalker;
+class wordlist;
class RemovalPolicySettings
{
class ClientInfo;
#endif
+/**
+ * READ_HANDLER functions return < 0 if, and only if, they fail with an error.
+ * On error, they must pass back an error code in 'errno'.
+ */
+typedef int READ_HANDLER(int, char *, int);
+
/**
* WRITE_HANDLER functions return < 0 if, and only if, they fail with an error.
* On error, they must pass back an error code in 'errno'.
#include <map>
class Packable;
+class wordlist;
/// callback type for helper empty-queue event
typedef void HLPSONEQ(void *);
class CachePeer;
typedef void IRCB(CachePeer *, peer_t, AnyP::ProtocolType, void *, void *data);
-/**
- * READ_HANDLER functions return < 0 if, and only if, they fail with an error.
- * On error, they must pass back an error code in 'errno'.
- */
-typedef int READ_HANDLER(int, char *, int);
typedef int QS(const void *, const void *); /* qsort */