inspect: Refuse to download software hive if it is huge.
[libguestfs.git] / generator / generator_utils.mli
index 7bc0dde..bbdab79 100644 (file)
@@ -96,3 +96,12 @@ 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. *)
+
+val chars : char -> int -> string
+(** [chars c n] creates a string containing character c repeated n times. *)
+
+val spaces : int -> string
+(** [spaces n] creates a string of n spaces. *)