diff options
Diffstat (limited to 'lib/ippool.h')
-rw-r--r-- | lib/ippool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ippool.h b/lib/ippool.h index 53154f2..e3c1c92 100644 --- a/lib/ippool.h +++ b/lib/ippool.h @@ -69,7 +69,7 @@ struct ippoolm_t { extern unsigned long int ippool_hash(struct in46_addr *addr); /* Create new address pool */ -extern int ippool_new(struct ippool_t **this, char *dyn, char *stat, +extern int ippool_new(struct ippool_t **this, const char *dyn, const char *stat, int allowdyn, int allowstat, int flags); /* Delete existing address pool */ |