summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 18:26:48 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 21:42:45 +0200
commitcc06133b0a0f3a4a150d587a7d43c678cfba16a0 (patch)
treef4e5f76b06ba00200e15f5ad336866f8c75213c4 /source3/include/proto.h
parent230b880d142eea46d4131f2b44774465c9c214bc (diff)
downloadsamba-cc06133b0a0f3a4a150d587a7d43c678cfba16a0.tar.gz
samba-cc06133b0a0f3a4a150d587a7d43c678cfba16a0.tar.bz2
samba-cc06133b0a0f3a4a150d587a7d43c678cfba16a0.zip
s3-rpc_client: move protos to cli_spoolss.h
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h125
1 files changed, 0 insertions, 125 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 46bcf8fa16..b6060cb9d7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5011,131 +5011,6 @@ struct cli_state *rpc_pipe_smbd_smb_conn(struct rpc_pipe_client *p);
NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd,
struct rpc_cli_transport **presult);
-/* The following definitions come from rpc_client/cli_spoolss.c */
-
-WERROR rpccli_spoolss_openprinter_ex(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *printername,
- uint32_t access_desired,
- struct policy_handle *handle);
-WERROR rpccli_spoolss_getprinterdriver(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- const char *architecture,
- uint32_t level,
- uint32_t offered,
- union spoolss_DriverInfo *info);
-WERROR rpccli_spoolss_getprinterdriver2(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- const char *architecture,
- uint32_t level,
- uint32_t offered,
- uint32_t client_major_version,
- uint32_t client_minor_version,
- union spoolss_DriverInfo *info,
- uint32_t *server_major_version,
- uint32_t *server_minor_version);
-WERROR rpccli_spoolss_addprinterex(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct spoolss_SetPrinterInfoCtr *info_ctr);
-WERROR rpccli_spoolss_getprinter(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- uint32_t level,
- uint32_t offered,
- union spoolss_PrinterInfo *info);
-WERROR rpccli_spoolss_getjob(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- uint32_t job_id,
- uint32_t level,
- uint32_t offered,
- union spoolss_JobInfo *info);
-WERROR rpccli_spoolss_enumforms(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_FormInfo **info);
-WERROR rpccli_spoolss_enumprintprocessors(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *servername,
- const char *environment,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_PrintProcessorInfo **info);
-WERROR rpccli_spoolss_enumprintprocessordatatypes(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *servername,
- const char *print_processor_name,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_PrintProcDataTypesInfo **info);
-WERROR rpccli_spoolss_enumports(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *servername,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_PortInfo **info);
-WERROR rpccli_spoolss_enummonitors(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *servername,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_MonitorInfo **info);
-WERROR rpccli_spoolss_enumjobs(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- uint32_t firstjob,
- uint32_t numjobs,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_JobInfo **info);
-WERROR rpccli_spoolss_enumprinterdrivers(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- const char *server,
- const char *environment,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_DriverInfo **info);
-WERROR rpccli_spoolss_enumprinters(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- uint32_t flags,
- const char *server,
- uint32_t level,
- uint32_t offered,
- uint32_t *count,
- union spoolss_PrinterInfo **info);
-WERROR rpccli_spoolss_getprinterdata(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- const char *value_name,
- uint32_t offered,
- enum winreg_Type *type,
- uint32_t *needed_p,
- uint8_t **data_p);
-WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- const char *key_name,
- const char ***key_buffer,
- uint32_t offered);
-WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- struct policy_handle *handle,
- const char *key_name,
- uint32_t offered,
- uint32_t *count,
- struct spoolss_PrinterEnumValues **info);
-
/* The following definitions come from rpc_client/init_spoolss.c */
bool init_systemtime(struct spoolss_Time *r,