mirror of
https://github.com/yoboujon/tsock.git
synced 2025-06-08 14:00:50 +02:00
7 lines
No EOL
273 B
C
7 lines
No EOL
273 B
C
#ifndef HEADER_PUIT
|
|
#define HEADER_PUIT
|
|
|
|
#include "tsock.h"
|
|
int launchPuit(int nombreMessage,int tailleMessage,int isTCP,int port,char * ipAddress);
|
|
int receiveMultipleData(int nombreMessages, int tailleMessage, int sock, struct sockaddr_in socketStruct, int isTCP);
|
|
#endif |