mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 20:00:01 +01:00
Get rid of deprecation warnings INCLUDES -> AM_CPPFLAGS. Closes #4. Move aclib, libOSC to thirdparty subfolder Fix typo in libvjmsg/Makefile.am
8 lines
138 B
C
8 lines
138 B
C
#include <netinet/in.h>
|
|
|
|
struct NetworkReturnAddressStruct {
|
|
struct sockaddr_in cl_addr;
|
|
unsigned int clilen;
|
|
int sockfd;
|
|
};
|