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/import.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Python/import.c') diff --git a/Python/import.c b/Python/import.c index 959474a429..46c8469739 100644 --- a/Python/import.c +++ b/Python/import.c @@ -817,7 +817,8 @@ is_builtin(char *name) pathname and an open file. Return NULL if the module is not found. */ #ifdef MS_COREDLL -extern FILE *PyWin_FindRegisteredModule(); +extern FILE *PyWin_FindRegisteredModule(const char *, struct filedescr **, + char *, int); #endif #ifdef CHECK_IMPORT_CASE -- cgit v1.2.1