mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 03:09:59 +01:00
8 lines
129 B
C
8 lines
129 B
C
#include <netinet/in.h>
|
|
|
|
struct NetworkReturnAddressStruct {
|
|
struct sockaddr_in cl_addr;
|
|
int clilen;
|
|
int sockfd;
|
|
};
|