X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=a2c0d1730f06a36707584603ed8b4cd06bc0ed86;hp=fb7faa3ced21da31e38d904d1fb51d458166bdec;hb=0a00efb460acb26324412aed66cc9a5ea0ebf860;hpb=c59730ef3c559fd79784c55153410db592eebd68 diff --git a/net.h b/net.h index fb7faa3c..a2c0d173 100644 --- a/net.h +++ b/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -141,9 +141,6 @@ extern char *remote_name(int sockfd); */ extern int generic_max_transport_msg_size(int sockfd); -int send_buffer(int, const char *); -__printf_2_3 int send_va_buffer(int fd, const char *fmt, ...); - int recv_bin_buffer(int fd, char *buf, size_t size); int recv_buffer(int fd, char *buf, size_t size);