shared globals

This commit is contained in:
dp%netscape.com 2002-04-17 00:13:59 +00:00
parent 20a2192d31
commit 5e28943763

View File

@ -654,3 +654,8 @@ extern int categorizeRun(const STRun* aRun, STGlobals* g);
extern STCategoryNode* findCategoryNode(const char *catName, STGlobals *g);
extern int freeCategories(STGlobals* g);
#endif /* spacetrace_h__ */
/*
** shared globals
*/
extern STGlobals globals;