The branch, master has been updated
       via  5135e40 s4:scripting/python/modules.[ch] - explicitly say that 
"py_update_path" takes no argument
      from  1820084 s3:tests: move the log directory of the smbclient_s3 test 
to st/

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5135e40277f5603bfc439aca6a795b267bf70cb3
Author: Matthias Dieter Wallnöfer <[email protected]>
Date:   Mon Feb 21 11:47:17 2011 +0100

    s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" 
takes no argument
    
    This quiets some build warnings.
    
    Autobuild-User: Matthias Dieter Wallnöfer <[email protected]>
    Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/scripting/python/modules.c |    2 +-
 source4/scripting/python/modules.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/modules.c 
b/source4/scripting/python/modules.c
index abf5c46..78cdbc0 100644
--- a/source4/scripting/python/modules.c
+++ b/source4/scripting/python/modules.c
@@ -31,7 +31,7 @@ static bool PySys_PathPrepend(PyObject *list, const char 
*path)
        return (PyList_Insert(list, 0, py_path) == 0);
 }
 
-bool py_update_path()
+bool py_update_path(void)
 {
        PyObject *mod_sys, *py_path;
 
diff --git a/source4/scripting/python/modules.h 
b/source4/scripting/python/modules.h
index 4e43e6d..e7e97aa 100644
--- a/source4/scripting/python/modules.h
+++ b/source4/scripting/python/modules.h
@@ -20,6 +20,6 @@
 #ifndef __SAMBA_PYTHON_MODULES_H__
 #define __SAMBA_PYTHON_MODULES_H__
 
-bool py_update_path();
+bool py_update_path(void);
 
 #endif /* __SAMBA_PYTHON_MODULES_H__ */ 


-- 
Samba Shared Repository

Reply via email to