vpcd: fixed prototype of sendall

This commit is contained in:
Frank Morgner
2012-09-26 12:56:00 +02:00
parent bc570248b6
commit 4db95549c2

View File

@@ -40,7 +40,7 @@ static int client_sock = -1;
ssize_t sendToVICC(size_t size, const unsigned char *buffer);
ssize_t recvFromVICC(unsigned char **buffer);
static int sendall(int sock, const void *buffer, size_t size);
static ssize_t sendall(int sock, const void *buffer, size_t size);
static ssize_t recvall(int sock, void *buffer, size_t size);
static int opensock(unsigned short port);