X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=5420523490808bd68ce4daad23589eb0609fc372;hp=0c74f0ea93208ec6b24878c963e671a4da8adb8d;hb=8d106ca317a2c42f35a86ba244f843688f6939e6;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/send.h b/send.h index 0c74f0ea..54205234 100644 --- a/send.h +++ b/send.h @@ -182,10 +182,10 @@ struct sender_status { void shutdown_client(struct sender_client *sc, struct sender_status *ss); void shutdown_clients(struct sender_status *ss); -void init_sender_status(struct sender_status *ss, char **access_arg, int num_access_args, - int port, int max_clients, int default_deny); +void init_sender_status(struct sender_status *ss, + const struct lls_opt_result *acl_opt_result, int port, + int max_clients, int default_deny); char *generic_sender_status(struct sender_status *ss, const char *name); - void generic_com_allow(struct sender_command_data *scd, struct sender_status *ss); void generic_com_deny(struct sender_command_data *scd,