X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=66d19fd4617111e13a00c3c4850223d945689abb;hp=e897645167d86a45f454d4ef213fc198d7f8ecd1;hb=4567280e18c11f1f077b00421bca8e25d2dbab83;hpb=418339759697ff6884e77c809805645c5f4db5b5 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;