[Pkg-libvirt-commits] [libguestfs] 158/266: mllib: Export output_spaces function.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 1e1605d937a4e1dfa08aa577d6a8b9bf7213c401
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.
---
 mllib/common_utils.mli | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mllib/common_utils.mli b/mllib/common_utils.mli
index 44b6f76..20dfc31 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