aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-01-21 00:26:41 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-01-21 00:26:41 +0000
commitea5f0893fd582e68e0bf607b4b7e2f2d0f254c43 (patch)
tree0ce7120aec1c1642696a00490a67cf87ef456c16 /sys/sys
parent447a8172e940bf0fb01f7b0a4c6ba35b3fe00791 (diff)
downloadsrc-ea5f0893fd582e68e0bf607b4b7e2f2d0f254c43.tar.gz
src-ea5f0893fd582e68e0bf607b4b7e2f2d0f254c43.zip
Minor rearranging of code to allow simple protocol domains to be
added as KLDs.
Notes
Notes: svn path=/head/; revision=42923
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/domain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h
index e0b004c44553..b4d352a4eb7d 100644
--- a/sys/sys/domain.h
+++ b/sys/sys/domain.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)domain.h 8.1 (Berkeley) 6/2/93
- * $Id: domain.h,v 1.9 1997/02/22 09:45:09 peter Exp $
+ * $Id: domain.h,v 1.10 1997/11/18 06:48:43 bde Exp $
*/
#ifndef _SYS_DOMAIN_H_
@@ -66,6 +66,7 @@ struct domain {
#ifdef KERNEL
extern struct domain *domains;
extern struct domain localdomain;
+extern int net_add_domain(struct domain *dp);
#define DOMAIN_SET(name) \
DATA_SET(domain_set, name ## domain)