diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-04 01:48:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-06 13:12:43 +0200 |
commit | 099fc00b601fe7775f5fdb18d8473031b8a7ce27 (patch) | |
tree | 1e58cec0b405f809fb5c25dd21c460f5575d11b3 /source4/param | |
parent | badc255748aa71f98c99c4c47343011286c8445d (diff) | |
download | samba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.tar.gz samba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.tar.bz2 samba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.zip |
Add C-based Samba-specific subclass of Ldb.
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/pyparam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/pyparam.h b/source4/param/pyparam.h index 48885c053b..1a06730f38 100644 --- a/source4/param/pyparam.h +++ b/source4/param/pyparam.h @@ -20,6 +20,8 @@ #ifndef _PYPARAM_H_ #define _PYPARAM_H_ +#include "param/param.h" + _PUBLIC_ struct loadparm_context *lp_from_py_object(PyObject *py_obj); _PUBLIC_ struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx); |