1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-16 20:59:12 +03:00

python: Enable python bindings for samr and lsa interfaces.

(This used to be commit 3dfcefd8ac)
This commit is contained in:
Jelmer Vernooij
2008-01-14 16:48:27 +01:00
parent fa5397fbed
commit a896c8940c
4 changed files with 48 additions and 0 deletions

View File

@ -39,6 +39,9 @@ extern void initwinreg(void);
extern void initepmapper(void);
extern void initinitshutdown(void);
static void initdcerpc_misc(void) {}
extern void initmgmt(void);
extern void initatsvc(void);
extern void initsamr(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };