Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ public interface NativeSockets {
* socklen_t *restrict address_len);
*/

int accept(int socket, Pointer address, @In @Out IntByReference addressLength);
int accept(int socket, Pointer address, IntByReference addressLength);

/*
* int

0 comments on commit 68c67a3

Please sign in to comment.