diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:59:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:42:57 +0200 |
commit | 8478770c357f712f1fc3b8a0a9a5f9e730388abb (patch) | |
tree | 92f411b5b421e1526c9fd5dc4b469a9d3ea85826 /source3/utils | |
parent | 5a6f3a06665ea343e2a212924cfce9edb358876f (diff) | |
download | samba-8478770c357f712f1fc3b8a0a9a5f9e730388abb.tar.gz samba-8478770c357f712f1fc3b8a0a9a5f9e730388abb.tar.bz2 samba-8478770c357f712f1fc3b8a0a9a5f9e730388abb.zip |
s3-rpc_client: move protos to init_samr.h
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 1 | ||||
-rw-r--r-- | source3/utils/net_rpc_join.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index ca0268483b..9a88a82219 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -25,6 +25,7 @@ #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/cli_samr.h" #include "rpc_client/cli_samr.h" +#include "rpc_client/init_samr.h" #include "../librpc/gen_ndr/cli_lsa.h" #include "rpc_client/cli_lsarpc.h" #include "../librpc/gen_ndr/cli_netlogon.h" diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index d180c2bfaa..742b71e194 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/utils/net_rpc_join.c @@ -24,6 +24,7 @@ #include "../librpc/gen_ndr/cli_lsa.h" #include "rpc_client/cli_lsarpc.h" #include "../librpc/gen_ndr/cli_samr.h" +#include "rpc_client/init_samr.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "rpc_client/cli_netlogon.h" |