diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-03 19:32:14 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-03 19:32:14 +0000 |
| commit | 06e3c660ccc09a5161bd600bf0ee5d5d7a59c589 (patch) | |
| tree | 2d9015af877f4a4a1113abfbdc2f4c6944817a27 /tools/creative.h | |
| parent | 7a4c33358122e73afc06ea1d417365f06445aefb (diff) | |
| download | rockbox-06e3c660ccc09a5161bd600bf0ee5d5d7a59c589.zip rockbox-06e3c660ccc09a5161bd600bf0ee5d5d7a59c589.tar.gz rockbox-06e3c660ccc09a5161bd600bf0ee5d5d7a59c589.tar.bz2 rockbox-06e3c660ccc09a5161bd600bf0ee5d5d7a59c589.tar.xz | |
Prepare Creative bootloader compilation for future dual boot integration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/creative.h')
| -rw-r--r-- | tools/creative.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/creative.h b/tools/creative.h index a634e43..ee2cf90 100644 --- a/tools/creative.h +++ b/tools/creative.h @@ -38,6 +38,6 @@ struct device_info const char* null; }; -int zvm_encode(const char *iname, const char *oname, int device); +int zvm_encode(const char *iname, const char *oname, int device, bool enable_ciff); #endif /*CREATIVE_H_*/ |