summaryrefslogtreecommitdiffstats
path: root/mtp/twrpMtp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mtp/twrpMtp.hpp')
-rwxr-xr-xmtp/twrpMtp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/twrpMtp.hpp b/mtp/twrpMtp.hpp
index f0d8f4bfd..3aaa96414 100755
--- a/mtp/twrpMtp.hpp
+++ b/mtp/twrpMtp.hpp
@@ -36,7 +36,7 @@ class twrpMtp {
twrpMtp(int debug_enabled /* = 0 */);
pthread_t threadserver(void);
pid_t forkserver(void);
- void addStorage(std::string display, std::string path, int mtpid);
+ void addStorage(std::string display, std::string path, int mtpid, uint64_t maxFileSize);
private:
int start(void);
typedef int (twrpMtp::*ThreadPtr)(void);