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

Unified Diff: include/ut_sim.h

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 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 | « include/srtp_priv.h ('k') | libsrtp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/ut_sim.h
diff --git a/srtp/include/ut_sim.h b/include/ut_sim.h
similarity index 97%
rename from srtp/include/ut_sim.h
rename to include/ut_sim.h
index c25feeb654ae6b46077d0cae4fc850b3fca67df8..e6e1594e88bca002006c4b9612571e635b52e4e3 100644
--- a/srtp/include/ut_sim.h
+++ b/include/ut_sim.h
@@ -51,6 +51,10 @@
#include "integers.h" /* for uint32_t */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define UT_BUF 160 /* maximum amount of packet reorder */
typedef struct {
@@ -76,5 +80,8 @@ ut_init(ut_connection *utc);
uint32_t
ut_next_index(ut_connection *utc);
+#ifdef __cplusplus
+}
+#endif
#endif /* UT_SIM_H */
« no previous file with comments | « include/srtp_priv.h ('k') | libsrtp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698