diff options
author | Günther Deschner <gd@samba.org> | 2008-10-16 01:35:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-16 09:54:49 +0200 |
commit | d2b836e19a20fee66e26e6ed4de359cf73149078 (patch) | |
tree | 4c8674a04d8ca2276b0a8e269729f2f22d13d64a /source3/include | |
parent | 9571a182f1654c48e053120602b2a9dd58472f63 (diff) | |
download | samba-d2b836e19a20fee66e26e6ed4de359cf73149078.tar.gz samba-d2b836e19a20fee66e26e6ed4de359cf73149078.tar.bz2 samba-d2b836e19a20fee66e26e6ed4de359cf73149078.zip |
s3: remove rpccli_svcctl_query_config.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3c196dbd5a..f70a6cef75 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7172,8 +7172,6 @@ WERROR rpccli_spoolss_rffpcnex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, WERROR rpccli_svcctl_enumerate_services( struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hSCM, uint32 type, uint32 state, uint32 *returned, ENUM_SERVICES_STATUS **service_array ); -WERROR rpccli_svcctl_query_config(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - POLICY_HND *hService, SERVICE_CONFIG *config ); /* The following definitions come from rpc_client/init_lsa.c */ |