mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
313 B
C
11 lines
313 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, PRBool passed);
|
|
|
|
PR_END_EXTERN_C
|