summaryrefslogtreecommitdiffstats
path: root/ipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipset.h')
-rw-r--r--ipset.h1
1 files changed, 1 insertions, 0 deletions
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 */