From: wessels <> Date: Wed, 10 Jun 1998 04:58:30 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22514be052de58799bcb48fc9dc2e21d3bfea839;p=thirdparty%2Fsquid.git update --- diff --git a/src/protos.h b/src/protos.h index 8e62772766..ade3c30710 100644 --- a/src/protos.h +++ b/src/protos.h @@ -592,6 +592,7 @@ extern int fwdAbortFetch(StoreEntry * entry); extern DEFER fwdCheckDeferRead; extern void fwdFail(FwdState *, int, http_status, int); extern STABH fwdAbort; +extern void fwdUnregister(int fd, FwdState *); extern void urnStart(request_t *, StoreEntry *);