summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-19 00:04:29 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-19 00:04:29 +0100
commite1119d5e92bc186de797d64a5c4ff8cc7a8f3c74 (patch)
treebd37874110062036781167499a93c0d2e178b511 /minadbd/fuse_adb_provider.h
parentInitialize stashbase even stash_max_blocks = 0 (diff)
parentam 37e933a7: Merge "Add extern "C" to all the headers." (diff)
downloadandroid_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar.gz
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar.bz2
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar.lz
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar.xz
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.tar.zst
android_bootable_recovery-e1119d5e92bc186de797d64a5c4ff8cc7a8f3c74.zip
Diffstat (limited to 'minadbd/fuse_adb_provider.h')
-rw-r--r--minadbd/fuse_adb_provider.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/minadbd/fuse_adb_provider.h b/minadbd/fuse_adb_provider.h
index 0eb1f79d1..23de44ab2 100644
--- a/minadbd/fuse_adb_provider.h
+++ b/minadbd/fuse_adb_provider.h
@@ -17,6 +17,14 @@
#ifndef __FUSE_ADB_PROVIDER_H
#define __FUSE_ADB_PROVIDER_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int run_adb_fuse(int sfd, uint64_t file_size, uint32_t block_size);
+#ifdef __cplusplus
+}
+#endif
+
#endif