Declarations required for updated socket library.
This commit is contained in:
@@ -73,6 +73,9 @@ function int serv_socket_get8(longint unsigned ptr);
|
||||
import "DPI-C"
|
||||
function int unsigned serv_socket_put8(longint unsigned ptr, byte unsigned data);
|
||||
|
||||
import "DPI-C"
|
||||
function int unsigned serv_socket_put8_blocking(longint unsigned ptr, byte unsigned data);
|
||||
|
||||
import "DPI-C"
|
||||
function longint unsigned serv_socket_create_nameless(int unsigned dflt_port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user