diff options
author | Günther Deschner <gd@samba.org> | 2010-04-09 00:11:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-09 00:27:58 +0200 |
commit | e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30 (patch) | |
tree | 3c0b9f393c25084e800286db6b2ac5baeb9ca82b /librpc/gen_ndr/srv_winreg.h | |
parent | dc4bf5651ee466397ab51cacaf83b519b79da5f1 (diff) | |
download | samba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.tar.gz samba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.tar.bz2 samba-e42d5b5ae3da7d7a32428c50c8f518eab2dfbf30.zip |
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/srv_winreg.h')
-rw-r--r-- | librpc/gen_ndr/srv_winreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/gen_ndr/srv_winreg.h b/librpc/gen_ndr/srv_winreg.h index f259150e5b..9185b1bb47 100644 --- a/librpc/gen_ndr/srv_winreg.h +++ b/librpc/gen_ndr/srv_winreg.h @@ -36,6 +36,7 @@ WERROR _winreg_SaveKeyEx(pipes_struct *p, struct winreg_SaveKeyEx *r); WERROR _winreg_OpenHKPT(pipes_struct *p, struct winreg_OpenHKPT *r); WERROR _winreg_OpenHKPN(pipes_struct *p, struct winreg_OpenHKPN *r); WERROR _winreg_QueryMultipleValues2(pipes_struct *p, struct winreg_QueryMultipleValues2 *r); +WERROR _winreg_DeleteKeyEx(pipes_struct *p, struct winreg_DeleteKeyEx *r); void winreg_get_pipe_fns(struct api_struct **fns, int *n_fns); NTSTATUS rpc_winreg_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r); WERROR _winreg_OpenHKCR(pipes_struct *p, struct winreg_OpenHKCR *r); @@ -73,5 +74,6 @@ WERROR _winreg_SaveKeyEx(pipes_struct *p, struct winreg_SaveKeyEx *r); WERROR _winreg_OpenHKPT(pipes_struct *p, struct winreg_OpenHKPT *r); WERROR _winreg_OpenHKPN(pipes_struct *p, struct winreg_OpenHKPN *r); WERROR _winreg_QueryMultipleValues2(pipes_struct *p, struct winreg_QueryMultipleValues2 *r); +WERROR _winreg_DeleteKeyEx(pipes_struct *p, struct winreg_DeleteKeyEx *r); NTSTATUS rpc_winreg_init(void); #endif /* __SRV_WINREG__ */ |