diff options
| author | Colin Walters <walters@verbum.org> | 2008-07-24 16:19:34 -0400 | 
|---|---|---|
| committer | Colin Walters <walters@verbum.org> | 2008-07-24 16:19:34 -0400 | 
| commit | d86df0220e37b9bf10878625664b44b5d79ee488 (patch) | |
| tree | 0f7d2cd535d35823499ecf262b5d24870522483c /dbus/dbus-string.h | |
| parent | 4cbc30465e4fba8026240945cac7a651fda5dca3 (diff) | |
| parent | 3bc6840b04108d895ec3962ed5933bb0edb20cf4 (diff) | |
Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbus
Diffstat (limited to 'dbus/dbus-string.h')
| -rw-r--r-- | dbus/dbus-string.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/dbus/dbus-string.h b/dbus/dbus-string.h index d88d67ed..374f0a86 100644 --- a/dbus/dbus-string.h +++ b/dbus/dbus-string.h @@ -201,6 +201,9 @@ dbus_bool_t   _dbus_string_replace_len           (const DBusString  *source,                                                    DBusString        *dest,                                                    int                replace_at,                                                    int                replace_len); +dbus_bool_t   _dbus_string_split_on_byte         (DBusString        *source, +                                                  unsigned char      byte, +                                                  DBusString        *tail);  void          _dbus_string_get_unichar           (const DBusString  *str,                                                    int                start,                                                    dbus_unichar_t    *ch_return, | 
