blob: 1c6f6ab1d165315d0343137eec44ce6704e0e813 (
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_lsa_policy_hnd_object(struct cli_state *cli, TALLOC_CTX *mem_ctx,
				    POLICY_HND *pol);
void initlsa(void);
#endif /*  _PY_LSA_PROTO_H  */
  |