summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-04-12 18:28:10 +0200
committerDoug Zongker <dougz@android.com>2011-04-12 18:28:10 +0200
commit469243e53689b6f312d20813444dc00d83528758 (patch)
treee59d3978874c4637efdd7fb86201b1c360f4e56d /common.h
parentam 4762633c: log which key a package verified against in recovery (diff)
downloadandroid_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar.gz
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar.bz2
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar.lz
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar.xz
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.tar.zst
android_bootable_recovery-469243e53689b6f312d20813444dc00d83528758.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index cba4c861d..ef2fe9f62 100644
--- a/common.h
+++ b/common.h
@@ -126,4 +126,7 @@ typedef struct {
} UIParameters;
+// fopen a file, mounting volumes and making parent dirs as necessary.
+FILE* fopen_path(const char *path, const char *mode);
+
#endif // RECOVERY_COMMON_H