X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=388fde03bdd4399d40ef3d9ad127f81a8ea75cb3;hp=200e59ab266e7f9c145e6aa7a3dc65ba25d83f52;hb=aef566e9c8680629bac1ea84893b8b3ccd13da77;hpb=732bf143e456df7fc2e845884fbbdfdaf3fafebc diff --git a/send_common.c b/send_common.c index 200e59ab..388fde03 100644 --- a/send_common.c +++ b/send_common.c @@ -6,7 +6,10 @@ /** \file send_common.c Functions used by more than one paraslash sender. */ +#include #include +#include + #include "para.h" #include "error.h" #include "string.h" @@ -214,7 +217,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;