summaryrefslogtreecommitdiffstats
path: root/adb/remount_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/remount_service.h')
-rw-r--r--adb/remount_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/adb/remount_service.h b/adb/remount_service.h
index 7bda1be20..45821eef2 100644
--- a/adb/remount_service.h
+++ b/adb/remount_service.h
@@ -19,7 +19,9 @@
#include <string>
+#include <android-base/unique_fd.h>
+
bool make_block_device_writable(const std::string&);
-void remount_service(int, void*);
+void remount_service(android::base::unique_fd, const std::string&);
#endif