summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-header.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-marshal-header.h')
-rw-r--r--dbus/dbus-marshal-header.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-marshal-header.h b/dbus/dbus-marshal-header.h
index 61e9246a..fed2888b 100644
--- a/dbus/dbus-marshal-header.h
+++ b/dbus/dbus-marshal-header.h
@@ -115,7 +115,8 @@ dbus_bool_t _dbus_header_have_message_untrusted (int max_messag
const DBusString *str,
int start,
int len);
-dbus_bool_t _dbus_header_load_untrusted (DBusHeader *header,
+dbus_bool_t _dbus_header_load (DBusHeader *header,
+ DBusValidationMode mode,
DBusValidity *validity,
int byte_order,
int fields_array_len,