X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dbus%2Fdbus-file.h;h=24837f4759461a9db296b6686e0c3df6aa37d570;hb=383f596c4aee2561c90abca3ce9d1f52407a3eec;hp=7943198b4379e95d92e92587b85b2f23ae645766;hpb=01ae2cb79376acb65b876c6620477fde86e6ef12;p=platform%2Fupstream%2Fdbus.git diff --git a/dbus/dbus-file.h b/dbus/dbus-file.h index 7943198..24837f4 100644 --- a/dbus/dbus-file.h +++ b/dbus/dbus-file.h @@ -45,6 +45,7 @@ dbus_bool_t _dbus_file_get_contents (DBusString *str, DBusError *error); dbus_bool_t _dbus_string_save_to_file (const DBusString *str, const DBusString *filename, + dbus_bool_t world_readable, DBusError *error); dbus_bool_t _dbus_make_file_world_readable (const DBusString *filename,