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

Make sure prototypes are always included, make some functions static and

remove some unused functions.
This commit is contained in:
Jelmer Vernooij
2008-10-20 18:59:51 +02:00
parent 01a902f599
commit 87ec1d2532
78 changed files with 132 additions and 86 deletions

View File

@ -18,6 +18,7 @@
*/
#include "includes.h"
#include "scripting/python/modules.h"
#include <Python.h>
extern void init_ldb(void);