| version 1.1, 1993/03/21 09:45:37 |
version 1.2, 1993/04/19 01:23:13 |
|
|
| * @(#)socket.h 7.13 (Berkeley) 4/20/91 |
* @(#)socket.h 7.13 (Berkeley) 4/20/91 |
| */ |
*/ |
| |
|
| |
#ifndef _SYS_SOCKET_H_ |
| |
#define _SYS_SOCKET_H_ |
| |
|
| /* |
/* |
| * Definitions related to sockets: types, address families, options. |
* Definitions related to sockets: types, address families, options. |
| */ |
*/ |
| Line 257 int socket __P((int, int, int)); |
|
| Line 260 int socket __P((int, int, int)); |
|
| int socketpair __P((int, int, int, int *)); |
int socketpair __P((int, int, int, int *)); |
| __END_DECLS |
__END_DECLS |
| |
|
| #endif /* !KERNEL */ |
#endif /* KERNEL */ |
| |
|
| |
#endif /* !_SYS_SOCKET_H_ */ |