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

python: Fix init functions.

(This used to be commit 4b057b9bff)
This commit is contained in:
Jelmer Vernooij
2008-01-20 18:04:19 +01:00
parent 03023c4f7d
commit 42a793107e

View File

@ -46,6 +46,8 @@ static void initdcerpc_security(void) {}
extern void initlsa(void);
extern void initsvcctl(void);
extern void initwkssvc(void);
extern void init_libcli_nbt(void);
extern void init_libcli_smb(void);
static struct _inittab py_modules[] = { STATIC_LIBPYTHON_MODULES };