Made options global (as PyMac_options) so macosmodule can access it.

This commit is contained in:
Jack Jansen 2000-10-13 19:44:40 +00:00
parent 91eb3e8558
commit d5fd45ffa5
1 changed files with 2 additions and 0 deletions

View File

@ -169,4 +169,6 @@ typedef struct PyMac_PrefRecord {
/* From macgetpath.c: */
void PyMac_PreferenceOptions(PyMac_PrefRecord *);
char * PyMac_GetPythonDir(void);
/* from macmain.c: */
extern PyMac_PrefRecord PyMac_options;
#endif