From bf4047ef3d533e819240c2a00ff9bd65e0beba2e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 5 Oct 2010 22:06:01 +0200 Subject: Rename struct rs_handle --> rs_context. --- lib/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/conf.c') diff --git a/lib/conf.c b/lib/conf.c index bae6735..31ae6da 100644 --- a/lib/conf.c +++ b/lib/conf.c @@ -18,7 +18,7 @@ #endif int -rs_context_read_config(struct rs_handle *ctx, const char *config_file) +rs_context_read_config(struct rs_context *ctx, const char *config_file) { #warning "Missing some error handling in rs_context_config_read()" cfg_opt_t server_opts[] = @@ -94,7 +94,7 @@ rs_context_read_config(struct rs_handle *ctx, const char *config_file) } struct rs_realm -*rs_conf_find_realm(struct rs_handle *ctx, const char *name) +*rs_conf_find_realm(struct rs_context *ctx, const char *name) { struct rs_realm *r; -- cgit v1.1