1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r26658: pidl: Register Python modules.

This commit is contained in:
Jelmer Vernooij
2008-01-03 21:45:18 -06:00
committed by Stefan Metzmacher
parent f1960ca7c4
commit f47044aacc
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 };