summaryrefslogtreecommitdiffstats
path: root/fuse_sdcard_provider.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-01-14 00:05:20 +0100
committerTao Bao <tbao@google.com>2016-01-14 06:29:20 +0100
commitcdcf28f54f085520a96f4f9e480b8df324c5decb (patch)
treec6184ee0a3460cbcdb054f0680187a786c2cfdb9 /fuse_sdcard_provider.h
parentMerge "Rename .l/.y to .ll/.yy" (diff)
downloadandroid_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar.gz
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar.bz2
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar.lz
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar.xz
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.tar.zst
android_bootable_recovery-cdcf28f54f085520a96f4f9e480b8df324c5decb.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