X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=send_common.c;h=12d7ee1dadd5d591e185354961b0ca4dbcce1430;hb=e9cb243a24785f2142e19a9ba0dc75232eb39baf;hp=b81600737e441bef40837f23f7e1d877b297b62a;hpb=3f586245327dfe951bcd4bd73d91f52ba9541724;p=paraslash.git diff --git a/send_common.c b/send_common.c index b8160073..12d7ee1d 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;