[Pkg-libvirt-commits] [libguestfs] 149/156: mllib: Export output_spaces function.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 5f40da368726c0878acfe32cbd6e56a1f30d624a
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Aug 21 22:21:54 2014 +0100
mllib: Export output_spaces function.
This was already in Common_utils, but was only used internally
not exported.
(cherry picked from commit 1e1605d937a4e1dfa08aa577d6a8b9bf7213c401)
---
mllib/common_utils.mli | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mllib/common_utils.mli b/mllib/common_utils.mli
index 83afa4e..4f74f81 100644
--- a/mllib/common_utils.mli
+++ b/mllib/common_utils.mli
@@ -34,6 +34,9 @@ val le32_of_int : int64 -> string
val wrap : ?chan:out_channel -> ?indent:int -> string -> unit
(** Wrap text. *)
+val output_spaces : out_channel -> int -> unit
+(** Write [n] spaces to [out_channel]. *)
+
val string_prefix : string -> string -> bool
val string_find : string -> string -> int
val replace_str : string -> string -> string -> string
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list