X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send.h;h=85e5ed1fcba4892e3e22dd2b6c41fe885d7b65da;hp=7087c266e2e5278e1893df0f3fec2d3ee08d57a9;hb=98f2c8aea52a49fad3fd6df67b1eb32c1499176c;hpb=eea9d1cae30df921ae2fd1771518b8b21dbd0daf diff --git a/send.h b/send.h index 7087c266..85e5ed1f 100644 --- a/send.h +++ b/send.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);