mirror of
https://github.com/yoboujon/tsock.git
synced 2025-06-08 14:00:50 +02:00
8 lines
No EOL
240 B
C
8 lines
No EOL
240 B
C
#ifndef HEADER_SOURCE
|
|
#define HEADER_SOURCE
|
|
#include "tsock.h"
|
|
|
|
int launchSource(int nombreMessage,int tailleMessage,int isTCP);
|
|
int sendMultipleData(int nombreMessages, int tailleMessage, int sock, struct sockaddr_in socketStruct);
|
|
|
|
#endif |