mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
callers to optionally supply an existing object to add the properties to. So you can do: var rpc = samr_init(); lsa_init(rpc); and you end up with 'rpc' having both the samr and lsa functions and constants available.