diff options
author | Günther Deschner <gd@samba.org> | 2008-11-12 09:18:55 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-12 10:18:53 +0100 |
commit | 0a77b1827d62945b4a308ae6cf23e9fb2bacdb24 (patch) | |
tree | aee1bed30317c20a7658e128650a3f57f0cde851 /source3/librpc/gen_ndr/cli_ntsvcs.c | |
parent | 0241b2cbdaf3f7f33ac5c15326957de7be734305 (diff) | |
download | samba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.tar.gz samba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.tar.bz2 samba-0a77b1827d62945b4a308ae6cf23e9fb2bacdb24.zip |
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/cli_ntsvcs.c')
-rw-r--r-- | source3/librpc/gen_ndr/cli_ntsvcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_ntsvcs.c b/source3/librpc/gen_ndr/cli_ntsvcs.c index f8ef7a99ad..ada700f6fa 100644 --- a/source3/librpc/gen_ndr/cli_ntsvcs.c +++ b/source3/librpc/gen_ndr/cli_ntsvcs.c @@ -564,7 +564,7 @@ NTSTATUS rpccli_PNP_GetDeviceRegProp(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *devicepath /* [in] [ref,charset(UTF16)] */, uint32_t property /* [in] */, - uint32_t *reg_data_type /* [in,out] [ref] */, + enum winreg_Type *reg_data_type /* [in,out] [ref] */, uint8_t *buffer /* [out] [ref,length_is(*buffer_size),size_is(*buffer_size)] */, uint32_t *buffer_size /* [in,out] [ref] */, uint32_t *needed /* [in,out] [ref] */, |