| Index: interface.cc
|
| diff --git a/interface.cc b/interface.cc
|
| index 7add74834c5474d913b2a8abdbedbab50d3ba7ac..ad115ba03b8ab03f18c2bb412305a32b05542a3e 100644
|
| --- a/interface.cc
|
| +++ b/interface.cc
|
| @@ -157,6 +157,17 @@ gboolean cryptohome_async_remove_tracked_subdirectories(Cryptohome *self,
|
| GError **error) {
|
| CRYPTOHOME_WRAP_METHOD(AsyncRemoveTrackedSubdirectories, OUT_async_id);
|
| }
|
| +gboolean cryptohome_do_automatic_free_disk_space_control(Cryptohome *self,
|
| + gboolean *OUT_result,
|
| + GError **error) {
|
| + CRYPTOHOME_WRAP_METHOD(DoAutomaticFreeDiskSpaceControl, OUT_result);
|
| +}
|
| +gboolean cryptohome_async_do_automatic_free_disk_space_control(
|
| + Cryptohome *self,
|
| + gint *OUT_async_id,
|
| + GError **error) {
|
| + CRYPTOHOME_WRAP_METHOD(AsyncDoAutomaticFreeDiskSpaceControl, OUT_async_id);
|
| +}
|
| gboolean cryptohome_tpm_is_ready(Cryptohome *self,
|
| gboolean *OUT_ready,
|
| GError **error) {
|
|
|