Create branch new-trunk to track developpement of trunk and allow to make non compati...
[SXSI/TextCollection.git] / lzindex / parentheses.h
index b1a821a..05b6aaa 100644 (file)
@@ -35,7 +35,7 @@ uint findopen (parentheses P, uint i);
 uint excess (parentheses P, uint i);
        // open position of closest parentheses pair that contains the pair
        // that opens at i, ~0 if no parent
-uint _enclose (parentheses P, uint i);
+uint enclose (parentheses P, uint i);
 
 uint sizeofParentheses(parentheses P);
 #endif