summaryrefslogtreecommitdiffstats
path: root/vm/PointerSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/PointerSet.h')
-rw-r--r--vm/PointerSet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vm/PointerSet.h b/vm/PointerSet.h
index ffc063569..6e43f672b 100644
--- a/vm/PointerSet.h
+++ b/vm/PointerSet.h
@@ -20,6 +20,10 @@
#ifndef _DALVIK_POINTERSET
#define _DALVIK_POINTERSET
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct PointerSet; /* private */
typedef struct PointerSet PointerSet;
@@ -92,4 +96,8 @@ void dvmPointerSetIntersect(PointerSet* pSet, const void** ptrArray, int count);
*/
void dvmPointerSetDump(const PointerSet* pSet);
+#ifdef __cplusplus
+}
+#endif
+
#endif /*_DALVIK_POINTERSET*/