summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_provider.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-01-14 19:25:54 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-14 19:25:54 +0100
commit37e3c71da32f476e2658c57d0576e8f94e696ba1 (patch)
tree07e9ffbc0b8e27c64b84b08922d5407892fe7da6 /fuse_sdcard_provider.h
parentMerge "uncrypt: avoid use-after-free" (diff)
parentrecovery: Fork a process for fuse when sideloading from SD card. (diff)
downloadandroid_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar.gz
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar.bz2
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar.lz
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar.xz
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.tar.zst
android_bootable_recovery-37e3c71da32f476e2658c57d0576e8f94e696ba1.zip
Diffstat (limited to 'fuse_sdcard_provider.h')
-rw-r--r--fuse_sdcard_provider.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuse_sdcard_provider.h b/fuse_sdcard_provider.h
index dc2982ca0..bdc60f2ba 100644
--- a/fuse_sdcard_provider.h
+++ b/fuse_sdcard_provider.h
@@ -17,7 +17,6 @@
#ifndef __FUSE_SDCARD_PROVIDER_H
#define __FUSE_SDCARD_PROVIDER_H
-void* start_sdcard_fuse(const char* path);
-void finish_sdcard_fuse(void* token);
+bool start_sdcard_fuse(const char* path);
#endif