diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 20:59:26 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-08-08 20:59:26 +0000 |
commit | 7bb2361e657dc31ed73891f8e1ffdbfb916624c2 (patch) | |
tree | 6b73324fb644599ccb1d0c2a666e60b909d2484f /dbus/dbus-sysdeps.h | |
parent | 759fa115c95051eb32f6ed41b3cda1b219fc1aed (diff) |
* dbus/dbus-sysdeps.h:
* dbus/dbus-sysdeps.c:
add _dbus_printf_length (patch from Peter Kümmel
<syntheticpp at gmx dot net>)
Diffstat (limited to 'dbus/dbus-sysdeps.h')
-rw-r--r-- | dbus/dbus-sysdeps.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |