open_toontown_panda3d/dtool/src/parser-inc/socket.h

11 lines
208 B
C
Executable File

typedef int SOCKET ;
struct sockaddr_in
{
};
typedef struct fd_set {
unsigned int fd_count; /* how many are SET? */
SOCKET fd_array[10]; /* an array of SOCKETs */
} fd_set;