summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 04:38:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 04:38:57 +0100
commitd58270c5373416997cc70fe392b307a4522e43d9 (patch)
tree08e833856d97b6e412b703e72308da9ffee2f3ac /source4/scripting/python
parent24b62772ab78a84d4a35f5eb15e327b6b76782b0 (diff)
downloadsamba-d58270c5373416997cc70fe392b307a4522e43d9.tar.gz
samba-d58270c5373416997cc70fe392b307a4522e43d9.tar.bz2
samba-d58270c5373416997cc70fe392b307a4522e43d9.zip
Add header for pyparam.
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/pyglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/pyglue.c b/source4/scripting/python/pyglue.c
index fc9c4a94b5..1b59978477 100644
--- a/source4/scripting/python/pyglue.c
+++ b/source4/scripting/python/pyglue.c
@@ -29,10 +29,10 @@
#include "libcli/util/pyerrors.h"
#include "libcli/security/security.h"
#include "auth/pyauth.h"
+#include "param/pyparam.h"
/* FIXME: These should be in a header file somewhere, once we finish moving
* away from SWIG .. */
-extern struct loadparm_context *lp_from_py_object(PyObject *py_obj);
extern struct cli_credentials *cli_credentials_from_py_object(PyObject *py_obj);
#define PyErr_LDB_OR_RAISE(py_ldb, ldb) \