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

Add header for pyparam.

This commit is contained in:
Jelmer Vernooij
2008-12-22 04:38:57 +01:00
parent 24b62772ab
commit d58270c537
7 changed files with 31 additions and 11 deletions

View File

@ -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) \