aboutsummaryrefslogtreecommitdiffstats
path: root/android/utils/refset.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/utils/refset.h')
-rw-r--r--android/utils/refset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/utils/refset.h b/android/utils/refset.h
index 12cc240..d734999 100644
--- a/android/utils/refset.h
+++ b/android/utils/refset.h
@@ -34,6 +34,12 @@ arefSet_done( ARefSet* s )
AVECTOR_DONE(s,buckets);
}
+AINLINED void
+arefSet_clear( ARefSet* s )
+{
+ AVECTOR_CLEAR(s,buckets);
+}
+
AINLINED int
arefSet_count( ARefSet* s )
{