From 6a0ec8bfa86e7fcf02a9179dc8adbf2f0e25e6e7 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Thu, 2 Aug 2007 11:39:43 +0000 Subject: Add --update-original-firmware (or -of) option to sansapatcher. This allows for changing the original firmware version when the rockbox bootloader is also present. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14138 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/sansapatcher/sansapatcher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil/sansapatcher/sansapatcher.h') diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h index a393a86576..52c72f834c 100644 --- a/rbutil/sansapatcher/sansapatcher.h +++ b/rbutil/sansapatcher/sansapatcher.h @@ -36,6 +36,7 @@ int sansa_scan(struct sansa_t* sansa); int sansa_read_firmware(struct sansa_t* sansa, char* filename); int sansa_add_bootloader(struct sansa_t* sansa, char* filename, int type); int sansa_delete_bootloader(struct sansa_t* sansa); +int sansa_update_of(struct sansa_t* sansa,char* filename); void sansa_list_images(struct sansa_t* sansa); #endif -- cgit v1.2.3