From 11fa12c366a0d33b198fea657dca18bc9d658b61 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 12 Jun 2009 16:35:34 +0000 Subject: Implement sendfirm functionality in beastpatcher. Set svn:eol-style properties. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21260 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/beastpatcher/mtp_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/MTP/beastpatcher/mtp_common.h') 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); int mtp_scan(struct mtp_info_t* mtp_info); int mtp_send_firmware(struct mtp_info_t* mtp_info, unsigned char* fwbuf, int fwsize); +int mtp_send_file(struct mtp_info_t* mtp_info, const char* filename); #endif /* !_MTP_COMMON_H */ -- cgit v1.2.3