Version 1.7.6.
[libguestfs.git] / generator / generator_utils.mli
index f43a276..bbdab79 100644 (file)
@@ -99,3 +99,9 @@ val pod2text : width:int -> string -> string -> string list
 
 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. *)