From 7bb2361e657dc31ed73891f8e1ffdbfb916624c2 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 8 Aug 2006 20:59:26 +0000 Subject: * dbus/dbus-sysdeps.h: * dbus/dbus-sysdeps.c: add _dbus_printf_length (patch from Peter Kümmel ) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbus/dbus-sysdeps.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dbus/dbus-sysdeps.h') diff --git a/dbus/dbus-sysdeps.h b/dbus/dbus-sysdeps.h index 03ed28ec..9bc3e485 100644 --- a/dbus/dbus-sysdeps.h +++ b/dbus/dbus-sysdeps.h @@ -272,6 +272,10 @@ void _dbus_fd_set_close_on_exec (int fd); void _dbus_exit (int code) _DBUS_GNUC_NORETURN; +int _dbus_printf_length (const char *format, + va_list args); + + /** * Portable struct with stat() results */ -- cgit