summaryrefslogtreecommitdiffstats
path: root/mtp/ffs/MtpDevHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'mtp/ffs/MtpDevHandle.h')
-rw-r--r--mtp/ffs/MtpDevHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/ffs/MtpDevHandle.h b/mtp/ffs/MtpDevHandle.h
index 4b0692889..4ea1fdb2e 100644
--- a/mtp/ffs/MtpDevHandle.h
+++ b/mtp/ffs/MtpDevHandle.h
@@ -25,7 +25,7 @@ private:
android::base::unique_fd mFd;
public:
- MtpDevHandle();
+ MtpDevHandle(int controlFd);
~MtpDevHandle();
int read(void *data, size_t len);
int write(const void *data, size_t len);