gecko/tools/testy/TestySupport.h
Michael Wu d8e503c38b Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00

11 lines
311 B
C

PR_BEGIN_EXTERN_C
PR_EXPORT(int) Testy_LogInit(const char* fileName);
PR_EXPORT(void) Testy_LogShutdown();
PR_EXPORT(void) Testy_LogStart(const char* name);
PR_EXPORT(void) Testy_LogComment(const char* name, const char* comment);
PR_EXPORT(void) Testy_LogEnd(const char* name, bool passed);
PR_END_EXTERN_C