* Wrote enough of the SMTP sender to get Patriot drooling over it, but not
[citadel.git] / citadel / clientsocket.h
index 0185fdf249331c061610dfdbb949468e46450700..9ff18c8902223b2f8a29fd532f25f1361d54609f 100644 (file)
@@ -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