summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-03-16 00:04:32 +0100
committerxunchang <xunchang@google.com>2019-03-19 21:03:59 +0100
commit5e6832a24d39f15261be0cad19708274db57a126 (patch)
tree0e556c1f464c230f410028b8abf6378f0b45c92e /minadbd/fuse_adb_provider.h
parentCreate a FuseDataProvider base class (diff)
downloadandroid_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar.gz
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar.bz2
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar.lz
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar.xz
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.tar.zst
android_bootable_recovery-5e6832a24d39f15261be0cad19708274db57a126.zip
Diffstat (limited to '')
-rw-r--r--minadbd/fuse_adb_provider.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/minadbd/fuse_adb_provider.h b/minadbd/fuse_adb_provider.h
index e93aa0468..3fb689bd4 100644
--- a/minadbd/fuse_adb_provider.h
+++ b/minadbd/fuse_adb_provider.h
@@ -35,6 +35,4 @@ class FuseAdbDataProvider : public FuseDataProvider {
void Close() override;
};
-int run_adb_fuse(android::base::unique_fd&& sfd, uint64_t file_size, uint32_t block_size);
-
#endif