python: When updating sys.path to include the Samba python path, avoid throwing away...
[kai/samba.git] / source4 / scripting / python / modules.h
index 6b242ee25773beb95bff91665688cdfd6124a7dd..4d1067cdd44e27a80a250d8ea73b8f5d58f4276d 100644 (file)
@@ -21,7 +21,7 @@
 #define __SAMBA_PYTHON_MODULES_H__
 
 void py_load_samba_modules(void);
-void py_update_path(const char *bindir);
+bool py_update_path(const char *bindir);
 
 #define py_iconv_convenience(mem_ctx) smb_iconv_convenience_init(mem_ctx, "ASCII", PyUnicode_GetDefaultEncoding(), true)