X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send.h;h=85e5ed1fcba4892e3e22dd2b6c41fe885d7b65da;hb=45b4e8b0ba410fd929a341a9bf84b1ac3995d734;hp=7087c266e2e5278e1893df0f3fec2d3ee08d57a9;hpb=1673dedb71f81a93e282bb09d6ae7911b82d7503;p=paraslash.git 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);