summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/host_src
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:04:53 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:04:53 -0800
commit5257e139e49727f9eaab95f4f9390f629ccfe06d (patch)
tree02b02239299272961dbbadc72efb5d68521b69f9 /arm-wt-22k/host_src
parente442bb7cd6a085b33a4dd52c0e20a157ada7feb1 (diff)
downloadandroid_external_sonivox-5257e139e49727f9eaab95f4f9390f629ccfe06d.tar.gz
android_external_sonivox-5257e139e49727f9eaab95f4f9390f629ccfe06d.tar.bz2
android_external_sonivox-5257e139e49727f9eaab95f4f9390f629ccfe06d.zip
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'arm-wt-22k/host_src')
-rw-r--r--arm-wt-22k/host_src/jet.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm-wt-22k/host_src/jet.h b/arm-wt-22k/host_src/jet.h
index 8e7f984..fb83ec6 100644
--- a/arm-wt-22k/host_src/jet.h
+++ b/arm-wt-22k/host_src/jet.h
@@ -32,6 +32,11 @@
#include "eas_types.h"
#include "eas.h"
+/* for C++ linkage */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* opaque handle types for JET interface */
typedef struct s_jet_data_tag *JET_DATA_HANDLE;
@@ -174,5 +179,10 @@ EAS_PUBLIC EAS_RESULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackN
*/
EAS_PUBLIC EAS_RESULT JET_TriggerClip (EAS_DATA_HANDLE easHandle, EAS_INT clipID);
+#ifdef __cplusplus
+} /* end extern "C" */
+#endif
+
+
#endif