diff options
Diffstat (limited to 'dbus/dbus-marshal.h')
-rw-r--r-- | dbus/dbus-marshal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-marshal.h b/dbus/dbus-marshal.h index 0f40cd70..81ff6f50 100644 --- a/dbus/dbus-marshal.h +++ b/dbus/dbus-marshal.h @@ -183,6 +183,7 @@ dbus_bool_t _dbus_marshal_validate_type (const DBusString *str, int *type, int *end_pos); dbus_bool_t _dbus_marshal_validate_arg (const DBusString *str, + int depth, int byte_order, int type, int pos, |