aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-04-26 09:32:46 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-04-26 09:32:46 +0000
commitc8548ef8ee768d64e1f30ea720990297a4889968 (patch)
tree38a2ef51f3b61567d15f237371e109857a358442 /config.h
parentdc17a7a9bd72e5bef9e31653708df355fc6666d9 (diff)
supported 'include' statement (contributed by Bruno STEVANT)
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index fe56b3b..04c8785 100644
--- a/config.h
+++ b/config.h
@@ -318,3 +318,4 @@ extern int get_free_address_from_pool __P((struct pool_conf *,
struct in6_addr *));
struct host_conf *create_dynamic_hostconf __P((struct duid *,
struct dhcp6_poolspec *));
+extern char *qstrdup __P((char *));