summaryrefslogtreecommitdiffstats
path: root/sbin/natd/natd.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-04 12:53:54 +0000
committerphk <phk@FreeBSD.org>2004-07-04 12:53:54 +0000
commit704b01603a0dd3fd25f535d98e5a5c0ff48d80e5 (patch)
tree338aef5f7afc6f04e2cd50cd62357af7fe0779f3 /sbin/natd/natd.h
parent112a83894d56dd8ce8c57886166b40ad0ba87ba4 (diff)
downloadFreeBSD-src-704b01603a0dd3fd25f535d98e5a5c0ff48d80e5.zip
FreeBSD-src-704b01603a0dd3fd25f535d98e5a5c0ff48d80e5.tar.gz
Give natd multi-instance capabilities.
This makes it possible to do load-sharing on two xDSL lines etc.
Diffstat (limited to 'sbin/natd/natd.h')
-rw-r--r--sbin/natd/natd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/natd/natd.h b/sbin/natd/natd.h
index ac0dd75..a05d1f7 100644
--- a/sbin/natd/natd.h
+++ b/sbin/natd/natd.h
@@ -20,5 +20,5 @@
extern void Quit (const char* msg);
extern void Warn (const char* msg);
extern int SendNeedFragIcmp (int sock, struct ip* failedDgram, int mtu);
-
+extern struct libalias *mla;
OpenPOWER on IntegriCloud