gecko-dev/tools/testy/TestySupport.h

11 строки
313 B
C
Исходник Обычный вид История

2003-04-10 23:51:25 +04:00
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