Files
Archive/netch/Redirector/IPEventHandler.h
2024-03-05 02:32:38 -08:00

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