diff options
author | Günther Deschner <gd@samba.org> | 2008-03-26 11:36:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-26 12:17:16 +0100 |
commit | e57c3a7bfc193d347e1b1552e23573ff3c4fc1e2 (patch) | |
tree | e8390484c431d5901cd393642e7327a1abcd7631 /source3/librpc/gen_ndr/ndr_svcctl.h | |
parent | 975a7447f09db255fed4c604f878b132bad4930c (diff) | |
download | samba-e57c3a7bfc193d347e1b1552e23573ff3c4fc1e2.tar.gz samba-e57c3a7bfc193d347e1b1552e23573ff3c4fc1e2.tar.bz2 samba-e57c3a7bfc193d347e1b1552e23573ff3c4fc1e2.zip |
Re-run make idl.
Guenther
(This used to be commit 0d8181dab75887231a168f910203e53ec54fa4eb)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_svcctl.h')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_svcctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_svcctl.h b/source3/librpc/gen_ndr/ndr_svcctl.h index 5260f110e4..4475b08792 100644 --- a/source3/librpc/gen_ndr/ndr_svcctl.h +++ b/source3/librpc/gen_ndr/ndr_svcctl.h @@ -106,6 +106,8 @@ void ndr_print_ENUM_SERVICE_STATUS(struct ndr_print *ndr, const char *name, cons enum ndr_err_code ndr_push_svcctl_ServerType(struct ndr_push *ndr, int ndr_flags, uint32_t r); enum ndr_err_code ndr_pull_svcctl_ServerType(struct ndr_pull *ndr, int ndr_flags, uint32_t *r); void ndr_print_svcctl_ServerType(struct ndr_print *ndr, const char *name, uint32_t r); +void ndr_print_svcctl_MgrAccessMask(struct ndr_print *ndr, const char *name, uint32_t r); +void ndr_print_svcctl_ServiceAccessMask(struct ndr_print *ndr, const char *name, uint32_t r); void ndr_print_svcctl_CloseServiceHandle(struct ndr_print *ndr, const char *name, int flags, const struct svcctl_CloseServiceHandle *r); void ndr_print_svcctl_ControlService(struct ndr_print *ndr, const char *name, int flags, const struct svcctl_ControlService *r); void ndr_print_svcctl_DeleteService(struct ndr_print *ndr, const char *name, int flags, const struct svcctl_DeleteService *r); |