X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;ds=sidebyside;f=results.h;h=c504894c08f2cd96da2c3d29fd023bc31b4afce6;hb=cf6d366b25132eea7b0f1966c11d034d748af0fa;hp=020c18895ace4d0e935ff677e9f38ed2076bd021;hpb=329088598ab63bc2d67ff0dfc4f54e90f5d4f283;p=SXSI%2Fxpathcomp.git diff --git a/results.h b/results.h index 020c188..c504894 100644 --- a/results.h +++ b/results.h @@ -13,6 +13,8 @@ void freeResults (results R); // returns 0/1 telling whether result p is not/is present in R int readResult (results R, int p); +unsigned int countResult (results R); + // inserts result p into R void setResult (results R, int p);