improvements...
[SXSI/XMLTree.git] / libcds / src / static_bitsequence / sdarray.h
index 4fa12e8..f908fbe 100644 (file)
@@ -32,7 +32,9 @@ typedef struct {
 int selects3_construct(selects3 *select, int n, uint *buf);
 int selects3_select(selects3 *select, int i);
 int selects3_rank(selects3 *select, int i);
+int selects3_selectnext(selects3 *select, int i);
 
+void make___selecttbl(void);
 int __setbit(uint *B, int i,int x);
 int selectd2_save(selectd2 * s, FILE * fp);
 int selects3_save(selects3 * s, FILE * fp);