From 80e8fee64daa9491efa2355d0ebac8ada7969eab Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 5 Apr 2002 04:55:26 +0000 Subject: make proto (This used to be commit c8278b0a929c779dd234a1e617bb0f3d2a039cfe) --- source3/python/py_spoolss_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/python') 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 */ -- cgit