From 1105290f048ae510633189b4cf5e9e9285eab0e0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 20 Dec 2009 02:32:43 +0000 Subject: contrib/fwd: reorganize internal data model --- contrib/fwd/src/fwd_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/fwd/src/fwd_config.h') diff --git a/contrib/fwd/src/fwd_config.h b/contrib/fwd/src/fwd_config.h index ba66dffea7..058cff4734 100644 --- a/contrib/fwd/src/fwd_config.h +++ b/contrib/fwd/src/fwd_config.h @@ -21,7 +21,7 @@ struct fwd_data_conveyor { }; /* api */ -struct fwd_data * fwd_read_config(void); +struct fwd_data * fwd_read_config(struct fwd_handle *); struct fwd_zone * fwd_lookup_zone(struct fwd_data *, const char *); void fwd_free_config(struct fwd_data *); -- cgit v1.2.3