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