]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/output.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / output.h
index a85edaaf288e9c168d05b3b7659004bc60b2a034..b81a8d5c404d13352f6c363179fd3e636d155f1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
     Copyright 2007 Rene Rivera
     Distributed under the Boost Software License, Version 1.0.
-    (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+    (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
 */
 
 #ifndef BJAM_OUTPUT_H
@@ -35,6 +35,10 @@ void err_data(char const * const s);
 void out_printf(char const * const f, ...);
 void err_printf(char const * const f, ...);
 
+// Output current errno value & description along with given string.
+void errno_puts(char const * const s);
+void errno_printf(char const * const f, ...);
+
 OBJECT * outf_int( int const value );
 OBJECT * outf_double( double const value );
 OBJECT * outf_time( timestamp const * const value );