Changed parameters of "socketpair" function in libck (ktcc)
git-svn-id: svn://kolibrios.org@8344 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -102,6 +102,6 @@ int send(int socket, const void *message, size_t msg_len, int flag);
|
||||
int recv(int socket, void *buffer, size_t buff_len, int flag);
|
||||
int setsockopt(int socket,const optstruct* opt);
|
||||
int getsockopt(int socket, optstruct* opt);
|
||||
int socketpair();
|
||||
int socketpair(int *sock1, int *sock2);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user