Changeset 740 for vendor/current/source4/param/pyparam.h
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/param/pyparam.h
r414 r740 21 21 #define _PYPARAM_H_ 22 22 23 _PUBLIC_ struct loadparm_context *lp_from_py_object(PyObject *py_obj); 23 #include "param/param.h" 24 25 _PUBLIC_ struct loadparm_context *lpcfg_from_py_object(TALLOC_CTX *mem_ctx, PyObject *py_obj); 24 26 _PUBLIC_ struct loadparm_context *py_default_loadparm_context(TALLOC_CTX *mem_ctx); 25 27
Note:
See TracChangeset
for help on using the changeset viewer.