From eafaf02a07ea8436d195805bba57a25dc6b9e26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 1 Sep 2011 15:13:24 +0300 Subject: filter: option to allow automatic anonymous login so no captive portal, snmp or squid authentication is required. fixes #737. --- src/blob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blob.h') diff --git a/src/blob.h b/src/blob.h index 76afed7..1fcaec0 100644 --- a/src/blob.h +++ b/src/blob.h @@ -38,6 +38,7 @@ static inline int blob_is_null(blob_t b) char *blob_cstr_dup(blob_t b); blob_t blob_dup(blob_t b); int blob_cmp(blob_t a, blob_t b); +int blob_icmp(blob_t a, blob_t b); unsigned long blob_inet_addr(blob_t buf); blob_t blob_pushed(blob_t buffer, blob_t left); -- cgit v1.2.3