summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-14 00:59:50 +0000
committerTim Potter <tpot@samba.org>2002-04-14 00:59:50 +0000
commit54bda76922cb14579bb363135da8862982d22925 (patch)
tree66cb57378177f94199226ed5973abb43b06ed003 /source3/python/py_spoolss_proto.h
parent8d994f432d34a7e81335c3be05aa40f1e227636c (diff)
downloadsamba-54bda76922cb14579bb363135da8862982d22925.tar.gz
samba-54bda76922cb14579bb363135da8862982d22925.tar.bz2
samba-54bda76922cb14579bb363135da8862982d22925.zip
More open_pipe_creds() refactoring.
(This used to be commit 7f2c814237f1df7008c9a91b7cf3b1de01e6ed87)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r--source3/python/py_spoolss_proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h
index 6788dcccd1..3e3e5ef6ee 100644
--- a/source3/python/py_spoolss_proto.h
+++ b/source3/python/py_spoolss_proto.h
@@ -6,9 +6,6 @@
/* The following definitions come from python/py_spoolss.c */
-struct cli_state *open_pipe_creds(char *system_name, PyObject *creds,
- cli_pipe_fn *connect_fn,
- struct cli_state *cli);
PyObject *new_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *pol);
void initspoolss(void);