From 7b0ff352fa289f4b8ec398c36c07e01acc7cc413 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org" Date: Thu, 24 Nov 2005 09:31:53 +0000 Subject: Several fixes by Jones Desougi: missing or confusing error message fixes for ipporthash minor correction in debugging in nethash unified memory allocations in ipset --- ipset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipset.h') diff --git a/ipset.h b/ipset.h index f71ff1c..50a3476 100644 --- a/ipset.h +++ b/ipset.h @@ -181,6 +181,7 @@ extern int string_to_number(const char *str, unsigned int min, unsigned int max, ip_set_ip_t *port); extern void *ipset_malloc(size_t size); +extern char *ipset_strdup(const char *); extern void ipset_free(void **data); #endif /* __IPSET_H */ -- cgit v1.2.3