X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fclientsocket.h;h=9ff18c8902223b2f8a29fd532f25f1361d54609f;hb=126a7c837d22dec0fe8126b780bc88b2ba9e49f3;hp=0185fdf249331c061610dfdbb949468e46450700;hpb=a79391ff6cdd28c07f85c91a375b1b15ad7bd2e4;p=citadel.git diff --git a/citadel/clientsocket.h b/citadel/clientsocket.h index 0185fdf24..9ff18c890 100644 --- a/citadel/clientsocket.h +++ b/citadel/clientsocket.h @@ -6,9 +6,9 @@ int sock_connect(char *host, char *service, char *protocol); int sock_read(int sock, char *buf, int bytes); -int sock_write(int sock, *buf, int nbytes); -int *sock_gets(int sock, *buf); -int sock_puts(int sock, *buf); +int sock_write(int sock, char *buf, int nbytes); +int sock_gets(int sock, char *buf); +int sock_puts(int sock, char *buf); /* * This looks dumb, but it's being done for future portability