1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

python: Build epmapper module.

(This used to be commit 6cb78c7634)
This commit is contained in:
Jelmer Vernooij
2008-01-14 16:11:58 +01:00
parent 251457264b
commit fa5397fbed
3 changed files with 44 additions and 47 deletions

View File

@ -36,6 +36,9 @@ extern void inituuid(void);
extern void init_net(void);
extern void initecho(void);
extern void initwinreg(void);
extern void initepmapper(void);
extern void initinitshutdown(void);
static void initdcerpc_misc(void) {}
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };