mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
shared globals
This commit is contained in:
parent
20a2192d31
commit
5e28943763
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user