mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-18 17:57:39 +03:00
add conditional inclusion for header
This commit is contained in:
parent
7e63dedca3
commit
e884fc616d
@ -1,5 +1,11 @@
|
|||||||
|
#ifndef UDPLISTENER_H
|
||||||
|
#define UDPLISTENER_H
|
||||||
|
|
||||||
/* UDP listener: upon incoming packet, find where it should go
|
/* UDP listener: upon incoming packet, find where it should go
|
||||||
* This is run in its own process and never returns.
|
* This is run in its own process and never returns.
|
||||||
*/
|
*/
|
||||||
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint);
|
void udp_listener(struct listen_endpoint* endpoint, int num_endpoints, int active_endpoint);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* UDPLISTENER_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user