Add nextNodeBefore primitive.
[SXSI/XMLTree.git] / libcds / tests / static_bitsequence_tester.h
index d7120b6..c5de5cf 100644 (file)
@@ -39,5 +39,6 @@ void speed_rank0(static_bitsequence * ss, uint * bitseq, uint n);
 void speed_rank1(static_bitsequence * ss, uint * bitseq, uint n);
 void speed_select0(static_bitsequence * ss, uint * bitseq, uint n);
 void speed_select1(static_bitsequence * ss, uint * bitseq, uint n);
+void speed_selectnext1(static_bitsequence * ss, uint * bitseq, uint n);
 
 #endif