summaryrefslogtreecommitdiffstats
path: root/legacy_property_service.h
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-03-27 20:38:48 +0100
committerMatt Mower <mowerm@gmail.com>2014-03-27 22:12:40 +0100
commitcdd3b339fcf4ef2620a7d02b2a5694277acc8f81 (patch)
treed306aa1bbbb773665b36e212a8f54e731f0d5a01 /legacy_property_service.h
parentRe-arrange handling of settings storage partition (diff)
downloadandroid_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar.gz
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar.bz2
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar.lz
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar.xz
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.tar.zst
android_bootable_recovery-cdd3b339fcf4ef2620a7d02b2a5694277acc8f81.zip
Diffstat (limited to 'legacy_property_service.h')
-rw-r--r--legacy_property_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy_property_service.h b/legacy_property_service.h
index 172055fa2..d20bdeff6 100644
--- a/legacy_property_service.h
+++ b/legacy_property_service.h
@@ -20,6 +20,6 @@
#include <stdbool.h>
void legacy_get_property_workspace(int *fd, int *sz);
-void legacy_properties_init();
+int legacy_properties_init();
#endif /* _LEGACY_PROPERTY_H */