summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansapatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansapatcher.h')
-rw-r--r--rbutil/sansapatcher/sansapatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/sansapatcher/sansapatcher.h b/rbutil/sansapatcher/sansapatcher.h
index 52c72f834c..bb9e0f1340 100644
--- a/rbutil/sansapatcher/sansapatcher.h
+++ b/rbutil/sansapatcher/sansapatcher.h
@@ -31,7 +31,7 @@ extern unsigned char* sectorbuf;
31#define FILETYPE_INTERNAL 1 31#define FILETYPE_INTERNAL 1
32 32
33int sansa_read_partinfo(struct sansa_t* sansa, int silent); 33int sansa_read_partinfo(struct sansa_t* sansa, int silent);
34int is_e200(struct sansa_t* sansa); 34int is_sansa(struct sansa_t* sansa);
35int sansa_scan(struct sansa_t* sansa); 35int sansa_scan(struct sansa_t* sansa);
36int sansa_read_firmware(struct sansa_t* sansa, char* filename); 36int sansa_read_firmware(struct sansa_t* sansa, char* filename);
37int sansa_add_bootloader(struct sansa_t* sansa, char* filename, int type); 37int sansa_add_bootloader(struct sansa_t* sansa, char* filename, int type);