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

r26658: pidl: Register Python modules.

(This used to be commit f47044aacc)
This commit is contained in:
Jelmer Vernooij
2008-01-03 21:45:18 -06:00
committed by Stefan Metzmacher
parent 0dbdfc2218
commit 1548d8d2be
3 changed files with 16 additions and 1 deletions

View File

@ -34,6 +34,7 @@ extern void init_dcerpc(void);
extern void init_events(void);
extern void inituuid(void);
extern void init_net(void);
extern void initecho(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };