/*
- * $Id: squid.h,v 1.133 1997/11/03 22:43:20 wessels Exp $
+ * $Id: squid.h,v 1.134 1997/11/10 21:07:05 wessels Exp $
*
* AUTHOR: Duane Wessels
*
#include "snprintf.h"
#endif
-#define OR(A,B) (A ? A : B)
-
#endif /* SQUID_H */
typedef struct _ConnStateData ConnStateData;
typedef struct _ipcache_addrs ipcache_addrs;
typedef struct _ipcache_entry ipcache_entry;
-typedef struct _ext_table_entry ext_table_entry;
typedef struct _domain_ping domain_ping;
typedef struct _domain_type domain_type;
typedef struct _peer peer;
typedef void PF(int, void *);
typedef void DRCB(int fd, const char *buf, int size, int errflag, void *data);
typedef void DWCB(int, int, size_t, void *);
-typedef void FILE_WALK_HD(int fd, int errflag, void *data);
-typedef void FILE_WALK_LHD(int fd, const char *buf, int size, void *line_data);
typedef void FQDNH(const char *, void *);
typedef int HASHCMP(const void *, const void *);
typedef unsigned int HASHHASH(const void *, unsigned int);