aboutsummaryrefslogtreecommitdiff
path: root/src/windows/native/sun/bridge/AccessBridgeDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/native/sun/bridge/AccessBridgeDebug.h')
-rw-r--r--src/windows/native/sun/bridge/AccessBridgeDebug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/windows/native/sun/bridge/AccessBridgeDebug.h b/src/windows/native/sun/bridge/AccessBridgeDebug.h
index 4e1ce055dc..217a529dea 100644
--- a/src/windows/native/sun/bridge/AccessBridgeDebug.h
+++ b/src/windows/native/sun/bridge/AccessBridgeDebug.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -53,6 +53,8 @@ extern "C" {
void PrintJavaDebugString(char *msg, ...);
void wPrintJavaDebugString(wchar_t *msg, ...);
void wPrintDebugString(wchar_t *msg, ...);
+ void initializeFileLogger(char * fileName);
+ void finalizeFileLogger();
#ifdef __cplusplus
}