blob: 066a0aad5394c33ab12d0d2131aada57c3e9a850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef _PY_LSA_PROTO_H
#define _PY_LSA_PROTO_H
/* This file is automatically generated with "make proto". DO NOT EDIT */
/* The following definitions come from python/py_lsa.c */
PyObject *new_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *pol);
void initlsa(void);
#endif /* _PY_LSA_PROTO_H */
|