Implement printerdata_ex as Python dictionary. Read only at the moment.
[kai/samba.git] / source / python / py_lsa_proto.h
1 #ifndef _PY_LSA_PROTO_H
2 #define _PY_LSA_PROTO_H
3
4 /* This file is automatically generated with "make proto". DO NOT EDIT */
5
6
7 /* The following definitions come from python/py_lsa.c  */
8
9 PyObject *new_lsa_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
10                                     POLICY_HND *pol);
11 void initlsa(void);
12
13 #endif /*  _PY_LSA_PROTO_H  */