From b4bd21cf79166e769b7027d14c2de002ec6ec9cb Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 22 Jul 2000 23:38:01 +0000 Subject: ANSIfy as many declarations as possible. --- Python/frozenmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Python/frozenmain.c') diff --git a/Python/frozenmain.c b/Python/frozenmain.c index f846c2d2c0..576baacc6b 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -13,9 +13,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "Python.h" #ifdef MS_WIN32 -extern void PyWinFreeze_ExeInit(); -extern void PyWinFreeze_ExeTerm(); -extern int PyInitFrozenExtensions(); +extern void PyWinFreeze_ExeInit(void); +extern void PyWinFreeze_ExeTerm(void); +extern int PyInitFrozenExtensions(void); #endif #ifdef HAVE_UNISTD_H -- cgit v1.2.1