summaryrefslogtreecommitdiffstats
path: root/updater/install.h
diff options
context:
space:
mode:
authorMichael Runge <mrunge@google.com>2014-07-22 02:40:02 +0200
committerMichael Runge <mrunge@google.com>2014-07-22 02:40:02 +0200
commita91ecc59b2753a3dcc93b2619559a980074e77bd (patch)
tree0c44c214421c03f2e34ef529f05b419d20a693c8 /updater/install.h
parentdo sdcard sideloading through the fuse filesystem (diff)
downloadandroid_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar.gz
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar.bz2
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar.lz
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar.xz
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.tar.zst
android_bootable_recovery-a91ecc59b2753a3dcc93b2619559a980074e77bd.zip
Diffstat (limited to '')
-rw-r--r--updater/install.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/install.h b/updater/install.h
index 94f344f8e..659c8b41c 100644
--- a/updater/install.h
+++ b/updater/install.h
@@ -19,4 +19,6 @@
void RegisterInstallFunctions();
+static int make_parents(char* name);
+
#endif