summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/mtp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/MTP/beastpatcher/mtp_common.h')
-rw-r--r--utils/MTP/beastpatcher/mtp_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/MTP/beastpatcher/mtp_common.h b/utils/MTP/beastpatcher/mtp_common.h
index 4b60fa08da..2ca87c7509 100644
--- a/utils/MTP/beastpatcher/mtp_common.h
+++ b/utils/MTP/beastpatcher/mtp_common.h
@@ -66,5 +66,6 @@ int mtp_finished(struct mtp_info_t* mtp_info);
66int mtp_scan(struct mtp_info_t* mtp_info); 66int mtp_scan(struct mtp_info_t* mtp_info);
67int mtp_send_firmware(struct mtp_info_t* mtp_info, unsigned char* fwbuf, 67int mtp_send_firmware(struct mtp_info_t* mtp_info, unsigned char* fwbuf,
68 int fwsize); 68 int fwsize);
69int mtp_send_file(struct mtp_info_t* mtp_info, const char* filename);
69 70
70#endif /* !_MTP_COMMON_H */ 71#endif /* !_MTP_COMMON_H */