Added svcfd_create.
authorScott Cantor <cantor.2@osu.edu>
Mon, 30 Jun 2003 04:42:24 +0000 (04:42 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 30 Jun 2003 04:42:24 +0000 (04:42 +0000)
oncrpc/oncrpc.def
oncrpc/rpc/svc.h

index 33dc762..597259c 100644 (file)
@@ -42,6 +42,7 @@ svcerr_systemerr
 svcerr_weakauth
 svcraw_create
 svctcp_create
+onc_svcfd_create
 svcudp_bufcreate
 svcudp_create
 xdr_array
index de12663..4972a1a 100644 (file)
@@ -306,6 +306,11 @@ extern SVCXPRT *svcudp_bufcreate(DOTS);
  */
 extern SVCXPRT *svctcp_create(DOTS);
 
+/*
+ * Unix FD-style rpc
+ */
+extern SVCXPRT *svcfd_create(DOTS);
+
 #ifdef __cplusplus
 };
 #endif