summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-marshal.h')
-rw-r--r--dbus/dbus-marshal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus-marshal.h b/dbus/dbus-marshal.h
index bf205ba4..919d6b08 100644
--- a/dbus/dbus-marshal.h
+++ b/dbus/dbus-marshal.h
@@ -184,6 +184,10 @@ dbus_bool_t _dbus_marshal_double (DBusString *str,
dbus_bool_t _dbus_marshal_string (DBusString *str,
int byte_order,
const char *value);
+dbus_bool_t _dbus_marshal_string_len (DBusString *str,
+ int byte_order,
+ const char *value,
+ int len);
dbus_bool_t _dbus_marshal_basic_type (DBusString *str,
char type,
void *value,