1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

More open_pipe_creds() refactoring.

This commit is contained in:
Tim Potter
-
parent 14e4d889a2
commit 7f2c814237
4 changed files with 68 additions and 94 deletions

View File

@@ -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);