Files
veejay/veejay-current/veejay-server/thirdparty/libOSC/NetworkUDP.h
Patric Schmitz b065fa7f45 Fix automake warnings, start restructuring folders
Get rid of deprecation warnings INCLUDES -> AM_CPPFLAGS. Closes #4.
Move aclib, libOSC to thirdparty subfolder
Fix typo in libvjmsg/Makefile.am
2015-09-08 22:04:00 +02:00

8 lines
138 B
C

#include <netinet/in.h>
struct NetworkReturnAddressStruct {
struct sockaddr_in cl_addr;
unsigned int clilen;
int sockfd;
};