Changeset 745 for trunk/server/source4/param/pyparam.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/param/pyparam.h
r414 r745 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.