1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4

This commit is contained in:
Tim Prouty
2009-01-07 14:33:25 -08:00
parent bed05fbf2e
commit 61a23c5eea
15 changed files with 45 additions and 10 deletions

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../lib/util/python_util.h"
#include "libcli/security/security.h"
static void PyType_AddMethods(PyTypeObject *type, PyMethodDef *methods)