X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.c;h=66d19fd4617111e13a00c3c4850223d945689abb;hb=a4dbed1c3c7fb8b1b334aa62edcd8d673b3d18b2;hp=e897645167d86a45f454d4ef213fc198d7f8ecd1;hpb=d1bfba58e0a93444c7381e9029eda5e786b2fa02;p=paraslash.git diff --git a/net.c b/net.c index e8976451..66d19fd4 100644 --- a/net.c +++ b/net.c @@ -20,9 +20,9 @@ #include "para.h" #include "net.h" +#include "string.h" #include #include "error.h" -#include "string.h" extern void (*crypt_function_recv)(unsigned long len, const unsigned char *indata, unsigned char *outdata); extern void (*crypt_function_send)(unsigned long len, const unsigned char *indata, unsigned char *outdata); @@ -130,7 +130,7 @@ int send_buffer(int fd, const char *buf) * * @return Positive on success, \p -E_SEND on errors. */ -__printf_2_3 int send_va_buffer(int fd, char *fmt, ...) +__printf_2_3 int send_va_buffer(int fd, const char *fmt, ...) { char *msg; int ret;