Changeset 745 for trunk/server/source4/scripting/python/modules.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/scripting/python/modules.h
r414 r745 21 21 #define __SAMBA_PYTHON_MODULES_H__ 22 22 23 void py_load_samba_modules(void); 24 void py_update_path(const char *bindir); 25 26 #define py_iconv_convenience(mem_ctx) smb_iconv_convenience_init(mem_ctx, "ASCII", PyUnicode_GetDefaultEncoding(), true) 23 bool py_update_path(void); 27 24 28 25 #endif /* __SAMBA_PYTHON_MODULES_H__ */
Note:
See TracChangeset
for help on using the changeset viewer.