autogen: Touch ocaml/.depend
[libguestfs.git] / generator / generator_utils.mli
index 7bc0dde..f43a276 100644 (file)
@@ -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. *)