1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source3/python/py_lsa_proto.h
Tim Potter a160d7bbb1 Starting work on lsa module.
(This used to be commit 5c44397803)
2002-04-14 01:00:49 +00:00

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 */