diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 18:26:03 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 21:42:37 +0200 |
commit | 5ed365411278ca19d69216ca969e91c4725c2c08 (patch) | |
tree | 8566f675331b25aa8110697becbcbc4873bd2afd /source3/auth | |
parent | 3f2719c20296d55766bf6d9f43dea50ab259e0e6 (diff) | |
download | samba-5ed365411278ca19d69216ca969e91c4725c2c08.tar.gz samba-5ed365411278ca19d69216ca969e91c4725c2c08.tar.bz2 samba-5ed365411278ca19d69216ca969e91c4725c2c08.zip |
s3-rpc_client: move protos to cli_netlogon.h
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_netlogond.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 82e8182ca3..ef58250ce0 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -21,6 +21,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "rpc_client/cli_netlogon.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index 08dc4dc57e..e5f2a1bd4e 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -20,6 +20,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "rpc_client/cli_netlogon.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH |