summaryrefslogtreecommitdiffhomepage
path: root/contrib/fwd/src/fwd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/fwd/src/fwd_config.h')
-rw-r--r--contrib/fwd/src/fwd_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fwd/src/fwd_config.h b/contrib/fwd/src/fwd_config.h
index ba66dffea..058cff473 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 *);