X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=a1757a51e0779416e7cdb947fff5fe4a94436f27;hp=200e59ab266e7f9c145e6aa7a3dc65ba25d83f52;hb=0322a7faaf28dfc2b4d545586926adfae7bf036e;hpb=0b36e0a77fc750af85e969efda7bda0931f389d0 diff --git a/send_common.c b/send_common.c index 200e59ab..a1757a51 100644 --- a/send_common.c +++ b/send_common.c @@ -7,6 +7,7 @@ /** \file send_common.c Functions used by more than one paraslash sender. */ #include +#include #include "para.h" #include "error.h" #include "string.h" @@ -214,7 +215,7 @@ void init_sender_status(struct sender_status *ss, char **access_arg, * * \return The string printed in the "si" command. */ -char *get_sender_info(struct sender_status *ss, char *name) +char *get_sender_info(struct sender_status *ss, const char *name) { char *clnts = NULL, *ret; struct sender_client *sc, *tmp_sc;