samp-re/socketlayer.h
2020-04-04 05:10:23 +02:00

10 lines
143 B
C

/* vim: set filetype=c ts=8 noexpandtab: */
int __stdcall SocketLayer__SendTo(
void *socket,
char *buf,
int len,
int host,
short port);