mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-04 19:30:04 +03:00
7 lines
70 B
C
7 lines
70 B
C
#ifndef TCP_PROBE_H
|
|
#define TCP_PROBE_H
|
|
|
|
void tcp_init(void);
|
|
|
|
#endif
|