rxbind-for-servers-20060612
[openafs.git] / src / rx / rx_prototypes.h
index 1e098a1..ecb94cc 100644 (file)
@@ -53,6 +53,15 @@ extern struct rx_service *rx_NewService(u_short port, u_short serviceId,
                                        afs_int32(*serviceProc) (struct
                                                                 rx_call *
                                                                 acall));
+extern struct rx_service *rx_NewServiceHost(afs_uint32 host, u_short port, 
+                                           u_short serviceId,
+                                           char *serviceName,
+                                           struct rx_securityClass
+                                           **securityObjects,
+                                           int nSecurityObjects,
+                                           afs_int32(*serviceProc) (struct
+                                                                    rx_call *
+                                                                    acall));
 extern void rxi_ServerProc(int threadID, struct rx_call *newcall,
                           osi_socket * socketp);
 extern void rx_WakeupServerProcs(void);