X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=net.c;h=66d19fd4617111e13a00c3c4850223d945689abb;hb=5fde5b4d4abeb795f71101d1fd3524f8a27971eb;hp=e897645167d86a45f454d4ef213fc198d7f8ecd1;hpb=f7bcc2f6c96ef5c42ad4038daea3fb323680e3f5;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;