10 lines
261 B
C
10 lines
261 B
C
#pragma once
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include "net_tools.h"
|
|
#include "evt_core.h"
|
|
#include "packet.h"
|
|
|
|
void init_udp_remote(char* port, struct evt_core_ctx* evts);
|
|
void init_udp_exposed(char* port, struct evt_core_ctx* evts);
|