X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=xPath.mli;h=6d8d8a7b6134b656f5223ee6b29dac9ad4e7d081;hb=9df4d963bf2a5a405aca2831c8acd88e85bb0c7b;hp=3ecf8683c99eeb37fe56550c99458a7d76d8465c;hpb=f98a8d98d86941a885f492d5cc134e34989c198a;p=SXSI%2Fxpathcomp.git diff --git a/xPath.mli b/xPath.mli index 3ecf868..6d8d8a7 100644 --- a/xPath.mli +++ b/xPath.mli @@ -35,5 +35,5 @@ sig end module Compile : sig -val compile : Ast.path -> 'a Ata.t * (Tag.t*Ptset.t) list * string option +val compile : ?querystring:string -> Ast.path -> 'a Ata.t * (Tag.t*Ata.StateSet.t) list * string option end