mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
6 lines
170 B
C
6 lines
170 B
C
|
#define PIDFILE "/var/run/natd.pid"
|
||
|
|
||
|
extern void Quit (char* msg);
|
||
|
extern void Warn (char* msg);
|
||
|
extern int SendNeedFragIcmp (int sock, struct ip* failedDgram, int mtu);
|