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

Unified Diff: srtp/crypto/include/rdbx.h

Issue 2346813003: Add compatibility shims to libsrtp for v1->v2 transition (Closed)
Patch Set: Add kjellander Created 4 years, 3 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 | « srtp/crypto/include/err.h ('k') | srtp/include/srtp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/crypto/include/rdbx.h
diff --git a/srtp/crypto/include/rdbx.h b/srtp/crypto/include/rdbx.h
index 4b8dd2292de2fa9973e781ae88725713732ecc67..2e4a5f18cb9b951b262ae754fc4eccf16508d52c 100644
--- a/srtp/crypto/include/rdbx.h
+++ b/srtp/crypto/include/rdbx.h
@@ -50,6 +50,12 @@
#include "datatypes.h"
#include "err.h"
+/**
+ * Compatibility shim for v1->v2 transition.
+ */
+
+#define srtp_rdbx_get_packet_index rdbx_get_packet_index
+
/* #define ROC_TEST */
#ifndef ROC_TEST
« no previous file with comments | « srtp/crypto/include/err.h ('k') | srtp/include/srtp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698