summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/socketvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/socketvar.h')
-rw-r--r--usr/src/uts/common/sys/socketvar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/socketvar.h b/usr/src/uts/common/sys/socketvar.h
index 39112e6c97..b7da38240c 100644
--- a/usr/src/uts/common/sys/socketvar.h
+++ b/usr/src/uts/common/sys/socketvar.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -834,6 +834,11 @@ extern struct sonode *sosctp_create(vnode_t *, int, int, int, int,
struct sonode *, int *);
extern int sosctp_init(void);
+/* SDP sockfs */
+extern struct sonode *sosdp_create(vnode_t *, int, int, int, int,
+ struct sonode *, int *);
+extern int sosdp_init(void);
+
#endif
/*