mirror of https://github.com/python/cpython
Added prototypes.
This commit is contained in:
parent
4e1786689d
commit
85c9aea6e2
|
@ -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() */
|
||||
|
|
Loading…
Reference in New Issue