comparison mcabber/socket.h @ 0:b3b2332715fb

Tailorization of /trunk Import of the upstream sources from Repository: file:///tmp/svn-mcabber Module: /trunk Revision: 15
author tailor@frmp8452
date Thu, 30 Jun 2005 21:39:31 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b3b2332715fb
1 #ifndef __SOCKET_H__
2 #define __SOCKET_H__ 1
3
4 #include <sys/socket.h>
5
6 int sk_conn(struct sockaddr *name);
7 int sk_send(int sock, char *buffer);
8 char *sk_recv(int sock);
9
10 #endif