diff options
author | Tim Potter <tpot@samba.org> | 2002-04-05 04:55:26 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-05 04:55:26 +0000 |
commit | 80e8fee64daa9491efa2355d0ebac8ada7969eab (patch) | |
tree | cc06844ab8c00c158f7412c91e0dd43a235b95dc | |
parent | 14c9883541f23ba9c909c4061cabe71001553c01 (diff) | |
download | samba-80e8fee64daa9491efa2355d0ebac8ada7969eab.tar.gz samba-80e8fee64daa9491efa2355d0ebac8ada7969eab.tar.bz2 samba-80e8fee64daa9491efa2355d0ebac8ada7969eab.zip |
make proto
(This used to be commit c8278b0a929c779dd234a1e617bb0f3d2a039cfe)
-rw-r--r-- | source3/python/py_spoolss_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h index e1a27896f7..a069ae31a6 100644 --- a/source3/python/py_spoolss_proto.h +++ b/source3/python/py_spoolss_proto.h @@ -9,6 +9,8 @@ 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); /* The following definitions come from python/py_spoolss_drivers.c */ |