diff options
author | Günther Deschner <gd@samba.org> | 2008-10-16 01:22:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-16 09:54:49 +0200 |
commit | 9571a182f1654c48e053120602b2a9dd58472f63 (patch) | |
tree | a8218efa4c32e1576de03ac5a0df8743bf52ef90 /source3/librpc/gen_ndr/ndr_svcctl.h | |
parent | 0bc7ff1e6b15859a02b57c48bd17698e727c1a8a (diff) | |
download | samba-9571a182f1654c48e053120602b2a9dd58472f63.tar.gz samba-9571a182f1654c48e053120602b2a9dd58472f63.tar.bz2 samba-9571a182f1654c48e053120602b2a9dd58472f63.zip |
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_svcctl.h')
-rw-r--r-- | source3/librpc/gen_ndr/ndr_svcctl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/ndr_svcctl.h b/source3/librpc/gen_ndr/ndr_svcctl.h index 4475b08792..0bebd3401a 100644 --- a/source3/librpc/gen_ndr/ndr_svcctl.h +++ b/source3/librpc/gen_ndr/ndr_svcctl.h @@ -108,6 +108,10 @@ enum ndr_err_code ndr_pull_svcctl_ServerType(struct ndr_pull *ndr, int ndr_flags 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); +enum ndr_err_code ndr_push_QUERY_SERVICE_CONFIG(struct ndr_push *ndr, int ndr_flags, const struct QUERY_SERVICE_CONFIG *r); +enum ndr_err_code ndr_pull_QUERY_SERVICE_CONFIG(struct ndr_pull *ndr, int ndr_flags, struct QUERY_SERVICE_CONFIG *r); +void ndr_print_QUERY_SERVICE_CONFIG(struct ndr_print *ndr, const char *name, const struct QUERY_SERVICE_CONFIG *r); +size_t ndr_size_QUERY_SERVICE_CONFIG(const struct QUERY_SERVICE_CONFIG *r, int flags); 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); |