Added more prototypes.

This commit is contained in:
Jack Jansen 2000-07-24 19:52:52 +00:00
parent 1f9f2f4c49
commit 5bdbabd203
3 changed files with 10 additions and 6 deletions

View file

@ -50,6 +50,9 @@ extern int ccommand(char ***);
#endif
#endif
#include <unistd.h>
#ifdef USE_MAC_SHARED_LIBRARY
extern PyMac_AddLibResources(void);
#endif
#define STARTUP "PythonStartup"