mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
a160d7bbb1
(This used to be commit 5c44397803
)
14 lines
336 B
C
14 lines
336 B
C
#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 */
|