summaryrefslogtreecommitdiff
path: root/Python/dynload_aix.c
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 23:38:01 +0000
committerThomas Wouters <thomas@python.org>2000-07-22 23:38:01 +0000
commitb4bd21cf79166e769b7027d14c2de002ec6ec9cb (patch)
tree190725ee856c2ca5e9e9a4a1e2616802d3cf34fd /Python/dynload_aix.c
parentbd8ad942fe2cf22d741b3a132d98baa350537c77 (diff)
downloadcpython-git-b4bd21cf79166e769b7027d14c2de002ec6ec9cb.tar.gz
ANSIfy as many declarations as possible.
Diffstat (limited to 'Python/dynload_aix.c')
-rw-r--r--Python/dynload_aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/dynload_aix.c b/Python/dynload_aix.c
index 6a229882f5..013e8f8bf5 100644
--- a/Python/dynload_aix.c
+++ b/Python/dynload_aix.c
@@ -28,7 +28,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#endif
-extern char *Py_GetProgramName();
+extern char *Py_GetProgramName(void);
typedef struct Module {
struct Module *next;