summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/DataLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/DataLog.h')
-rw-r--r--Source/WTF/wtf/DataLog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WTF/wtf/DataLog.h b/Source/WTF/wtf/DataLog.h
index bcbebb9e2..cca04a3c4 100644
--- a/Source/WTF/wtf/DataLog.h
+++ b/Source/WTF/wtf/DataLog.h
@@ -33,10 +33,10 @@
namespace WTF {
-FILE* dataFile();
+WTF_EXPORT_PRIVATE FILE* dataFile();
-void dataLogV(const char* format, va_list) WTF_ATTRIBUTE_PRINTF(1, 0);
-void dataLog(const char* format, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
+WTF_EXPORT_PRIVATE void dataLogV(const char* format, va_list) WTF_ATTRIBUTE_PRINTF(1, 0);
+WTF_EXPORT_PRIVATE void dataLog(const char* format, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
} // namespace WTF