samp-re/socketlayer.h

10 lines
143 B
C
Raw Permalink Normal View History

2020-04-04 05:10:14 +02:00
/* vim: set filetype=c ts=8 noexpandtab: */
int __stdcall SocketLayer__SendTo(
void *socket,
char *buf,
int len,
int host,
short port);