aboutsummaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.h
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-18 10:21:54 -0800
committerDan Albert <danalbert@google.com>2015-02-18 10:21:54 -0800
commitd808d2194f7a71309545bfcf111e874fb97bfd6b (patch)
tree0e2117efa62822997d9ecfd6a7fbaed380b17547 /minadbd/fuse_adb_provider.h
parentff934d0257909e9c5420815547a6e2ff89455314 (diff)
downloadbootable_recovery-d808d2194f7a71309545bfcf111e874fb97bfd6b.zip
bootable_recovery-d808d2194f7a71309545bfcf111e874fb97bfd6b.tar.gz
bootable_recovery-d808d2194f7a71309545bfcf111e874fb97bfd6b.tar.bz2
Add extern "C" to all the headers.
Change-Id: Idc249ff1b199b7c455f90092ff2c8a48b539faf4
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 0eb1f79..23de44a 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