adapted types

This commit is contained in:
marting 1999-11-04 21:25:04 +00:00
parent 757715d4c2
commit 6734b0520f
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ int scheme_socket_name(int sockfd, int family, s48_value scheme_name);
int scheme_socket_pair(int type, int *s1, int *s2);
int recv_substring(int s, int flags, s48_value buf,
int start, int end, s48_value scheme_name);
size_t start, size_t end, s48_value scheme_name);
int send_substring(int s, int flags, s48_value buf, int start, int end,
int send_substring(int s, int flags, s48_value buf, size_t start, size_t end,
int family, s48_value scheme_name);
int scheme_getsockopt (int s, int level, int optname);