mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
10 lines
255 B
C
10 lines
255 B
C
#pragma once
|
|
#ifndef IPEVENTHANDLER_H
|
|
#define IPEVENTHANDLER_H
|
|
#include "Based.h"
|
|
|
|
void ipSend(const char* buffer, int length, PNF_IP_PACKET_OPTIONS options);
|
|
void ipReceive(const char* buffer, int length, PNF_IP_PACKET_OPTIONS options);
|
|
|
|
#endif
|