aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/helper.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-16 17:24:51 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-16 17:24:51 -0300
commit30272e14e2ea9f173bc31636998d1c7d9f5e18b3 (patch)
treebd69ca006ffc7c278ac4661c07e08d029dcc4dba /libshiboken/helper.h
parente4287151135ee3d5d9c05b9f7f421b253fece677 (diff)
Changed signature of PySequence_to_argc_argv.
Diffstat (limited to 'libshiboken/helper.h')
-rw-r--r--libshiboken/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/helper.h b/libshiboken/helper.h
index b04496cb3..fc2f1aab9 100644
--- a/libshiboken/helper.h
+++ b/libshiboken/helper.h
@@ -64,7 +64,7 @@ namespace Shiboken
#define SHIBOKEN_API SHIBOKEN_HELPER_DLL_EXPORT
#define SHIBOKEN_LOCAL SHIBOKEN_HELPER_DLL_LOCAL
-int PySequence_to_argc_argv(PyObject* argList, char** argv[]);
+bool PySequence_to_argc_argv(PyObject* argList, int* argc, char*** argv);
} // namespace Shiboken