X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=generator%2Fgenerator_utils.mli;h=f43a276d1051de4ca1907abf2cbc20e66e6e95b1;hp=7bc0dde18272048248e56c44955f759e8c086d64;hb=641ccab6c3b17f1c94676eab99e8baa9cddf5a0b;hpb=04d8209077d2227eb1d42695ba71147f78987050 diff --git a/generator/generator_utils.mli b/generator/generator_utils.mli index 7bc0dde..f43a276 100644 --- a/generator/generator_utils.mli +++ b/generator/generator_utils.mli @@ -96,3 +96,6 @@ val pod2text : width:int -> string -> string -> string list plain ASCII lines of text. This is the slowest part of autogeneration, so the results are memoized into a temporary file. *) + +val action_compare : Generator_types.action -> Generator_types.action -> int +(** Compare the names of two actions, for sorting. *)