Revision 84b442cccbd02655d3e9665518b41c5183525851 authored by ffxbld on 18 May 2011, 01:40:03 UTC, committed by ffxbld on 18 May 2011, 01:40:03 UTC
1 parent e7a5349
Raw File
TestySupport.h
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, PRBool passed);

PR_END_EXTERN_C
back to top