Added prototypes.

This commit is contained in:
Jack Jansen 1995-10-23 13:57:03 +00:00
parent 4e1786689d
commit 85c9aea6e2
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ extern int Py_SuppressPrintingFlag; /* For ceval.c, declared in pythonrun.c */
/* Subroutines that live in their own file */
extern char *getversion();
extern char *getcopyright();
extern char *getversion Py_PROTO((void));
extern char *getcopyright Py_PROTO((void));
/* For getprogramname(); set by main() */