mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-08 05:10:05 +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
|