From bd4bc4e9e947617def66780efbbea4eb08990e56 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 22 Jul 2000 23:57:55 +0000 Subject: Even more ANSIfication: fix as many function pointers and declarations as possible. --- Modules/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/python.c') diff --git a/Modules/python.c b/Modules/python.c index 7b456a9e72..316dd3b663 100644 --- a/Modules/python.c +++ b/Modules/python.c @@ -2,7 +2,7 @@ #include "Python.h" -extern DL_EXPORT(int) Py_Main(); +extern DL_EXPORT(int) Py_Main(int, char **); int main(int argc, char **argv) -- cgit v1.2.1