HengLongUDPclient/checkkillswitch.h

16 lines
422 B
C
Raw Normal View History

2014-03-30 20:29:30 +02:00
#ifndef CHECKKILLSWITCH_H_INCLUDED
#define CHECKKILLSWITCH_H_INCLUDED
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <string.h>
#include <sys/time.h>
int getPage(char* ip, uint16_t port, char* url, char* recvBuffer, uint32_t size, uint32_t timeout_us);
int checkkillswitch(char* ip, uint16_t port, char* url, uint32_t timeout_us);
2014-03-30 20:29:30 +02:00
#endif // CHECKKILLSWITCH_H_INCLUDED