X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=d3be46f07ac756ed270f4908ad3ecf0007025c4f;hp=7087c266e2e5278e1893df0f3fec2d3ee08d57a9;hb=f74525557a0f63090de04fcb2ad401db0783f9a3;hpb=eea9d1cae30df921ae2fd1771518b8b21dbd0daf diff --git a/send.h b/send.h index 7087c266..d3be46f0 100644 --- a/send.h +++ b/send.h @@ -131,7 +131,7 @@ void send_chunk(struct sender_client *sc, struct sender_status *ss, size_t header_len); void init_sender_status(struct sender_status *ss, char **access_arg, int num_access_args, int port, int max_clients, int default_deny); -char *get_sender_info(struct sender_status *ss, char *name); +char *get_sender_info(struct sender_status *ss, const char *name); void generic_com_allow(struct sender_command_data *scd, struct sender_status *ss);