s3-smbd: Added a function to setup rpc services.
authorAndreas Schneider <asn@samba.org>
Wed, 5 Jan 2011 16:16:46 +0000 (17:16 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 2 Feb 2011 11:44:20 +0000 (12:44 +0100)
commite3bdfd2d46cb09a42eda1012287bb82af5b8ee9b
tree850c7215759e545e46e729814db95e377fc4358c
parent612060d677ac64de1b9261beb2d98496cec2ab46
s3-smbd: Added a function to setup rpc services.

Move the complete setup of the rpc service to its own file and use
callbacks to register at the endpoint mapper.
source3/Makefile.in
source3/rpc_server/srv_rpc_register.c [new file with mode: 0644]
source3/rpc_server/srv_rpc_register.h [new file with mode: 0644]
source3/smbd/server.c