Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: webrtc/base/objc/RTCSSLAdapter.h

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add RTCDataBuffer Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/objc/RTCMacros.h ('k') | webrtc/base/objc/RTCTracing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/objc/RTCSSLAdapter.h
diff --git a/webrtc/base/objc/RTCSSLAdapter.h b/webrtc/base/objc/RTCSSLAdapter.h
index 34db8432c2ffe56640520b7a6f8d902d60ade3df..bf275402ab4e6f2d6accbc8d53e9e97eec675b8b 100644
--- a/webrtc/base/objc/RTCSSLAdapter.h
+++ b/webrtc/base/objc/RTCSSLAdapter.h
@@ -16,5 +16,5 @@
* Initialize and clean up the SSL library. Failure is fatal. These call the
* corresponding functions in webrtc/base/ssladapter.h.
*/
-RTC_EXPORT BOOL RTCInitializeSSL();
-RTC_EXPORT BOOL RTCCleanupSSL();
+RTC_EXTERN BOOL RTCInitializeSSL();
+RTC_EXTERN BOOL RTCCleanupSSL();
« no previous file with comments | « webrtc/base/objc/RTCMacros.h ('k') | webrtc/base/objc/RTCTracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698