summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 18:58:45 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 21:42:48 +0200
commit5a6f3a06665ea343e2a212924cfce9edb358876f (patch)
treefb5ac9d74f0a3182f1c9775d01b91f6bd1c9d187 /source3/include
parentcc06133b0a0f3a4a150d587a7d43c678cfba16a0 (diff)
downloadsamba-5a6f3a06665ea343e2a212924cfce9edb358876f.tar.gz
samba-5a6f3a06665ea343e2a212924cfce9edb358876f.tar.bz2
samba-5a6f3a06665ea343e2a212924cfce9edb358876f.zip
s3-rpc_client: move protos to init_spoolss.h
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b6060cb9d7..f3954344fc 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5011,19 +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/init_spoolss.c */
-
-bool init_systemtime(struct spoolss_Time *r,
- struct tm *unixtime);
-time_t spoolss_Time_to_time_t(const struct spoolss_Time *r);
-WERROR pull_spoolss_PrinterData(TALLOC_CTX *mem_ctx,
- const DATA_BLOB *blob,
- union spoolss_PrinterData *data,
- enum winreg_Type type);
-WERROR push_spoolss_PrinterData(TALLOC_CTX *mem_ctx, DATA_BLOB *blob,
- enum winreg_Type type,
- union spoolss_PrinterData *data);
-
/* The following definitions come from rpc_client/init_lsa.c */
void init_lsa_String(struct lsa_String *name, const char *s);