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 170646b1d8..7416e1928b 100644
--- a/rbutil/sansapatcher/sansapatcher.h
+++ b/rbutil/sansapatcher/sansapatcher.h
@@ -45,7 +45,7 @@ int sansa_add_bootloader(struct sansa_t* sansa, const char* filename, int type);
45int sansa_delete_bootloader(struct sansa_t* sansa); 45int sansa_delete_bootloader(struct sansa_t* sansa);
46int sansa_update_of(struct sansa_t* sansa,const char* filename); 46int sansa_update_of(struct sansa_t* sansa,const char* filename);
47int sansa_update_ppbl(struct sansa_t* sansa,const char* filename); 47int sansa_update_ppbl(struct sansa_t* sansa,const char* filename);
48void sansa_list_images(struct sansa_t* sansa); 48int sansa_list_images(struct sansa_t* sansa);
49 49
50#ifdef __cplusplus 50#ifdef __cplusplus
51} 51}