File: tcp-probe.h

package info (click to toggle)
sslh 2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,960 kB
  • sloc: ansic: 7,681; perl: 683; sh: 356; makefile: 136
file content (6 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
5
6
#ifndef TCP_PROBE_H
#define TCP_PROBE_H

void tcp_init(void);

#endif