X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-string.h;h=1499e0cceb70de97490defcd15e2695c096876fd;hb=d86fc4071ccb8590d922e3456c5c80c0f7bb9d6f;hp=0b7be8b0399c80f21d0eaefc593ead29056ad37f;hpb=dfd1292d525d01914141cc86013589c6e0ea9d5c;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-string.h b/dbus/dbus-string.h index 0b7be8b..1499e0c 100644 --- a/dbus/dbus-string.h +++ b/dbus/dbus-string.h @@ -1,9 +1,9 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ /* dbus-string.h String utility class (internal to D-BUS implementation) * - * Copyright (C) 2002 Red Hat, Inc. + * Copyright (C) 2002, 2003 Red Hat, Inc. * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -202,20 +202,13 @@ dbus_bool_t _dbus_string_pop_line (DBusString *source, DBusString *dest); void _dbus_string_delete_first_word (DBusString *str); void _dbus_string_delete_leading_blanks (DBusString *str); -dbus_bool_t _dbus_string_base64_encode (const DBusString *source, - int start, - DBusString *dest, - int insert_at); -dbus_bool_t _dbus_string_base64_decode (const DBusString *source, - int start, - DBusString *dest, - int insert_at); dbus_bool_t _dbus_string_hex_encode (const DBusString *source, int start, DBusString *dest, int insert_at); dbus_bool_t _dbus_string_hex_decode (const DBusString *source, int start, + int *end_return, DBusString *dest, int insert_at); dbus_bool_t _dbus_string_validate_ascii (const DBusString *str,