mirror of
https://github.com/samba-team/samba.git
synced 2025-07-18 00:59:12 +03:00
Eliminate another instance of global_loadparm.
This commit is contained in:
@ -23,4 +23,6 @@
|
||||
void py_load_samba_modules(void);
|
||||
void py_update_path(const char *bindir);
|
||||
|
||||
#define py_iconv_convenience(mem_ctx) smb_iconv_convenience_init(mem_ctx, "ASCII", PyUnicode_GetDefaultEncoding(), true)
|
||||
|
||||
#endif /* __SAMBA_PYTHON_MODULES_H__ */
|
||||
|
Reference in New Issue
Block a user