Fix for ARM build bustage (bug 593532 fallout, no_r=me).
[mozilla-central.git] / tools / testy / TestySupport.h
blobc0c465c2c735c52c71dd0acd57d6b78b648294ea
1 PR_BEGIN_EXTERN_C
3 PR_EXPORT(int) Testy_LogInit(const char* fileName);
4 PR_EXPORT(void) Testy_LogShutdown();
6 PR_EXPORT(void) Testy_LogStart(const char* name);
7 PR_EXPORT(void) Testy_LogComment(const char* name, const char* comment);
8 PR_EXPORT(void) Testy_LogEnd(const char* name, PRBool passed);
10 PR_END_EXTERN_C