summaryrefslogtreecommitdiff
path: root/tools/creative.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/creative.h')
-rw-r--r--tools/creative.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/creative.h b/tools/creative.h
index a4ca9ce2da..5d9aa20d7d 100644
--- a/tools/creative.h
+++ b/tools/creative.h
@@ -34,11 +34,8 @@ struct device_info
34 const char* cinf; /*Must be Unicode encoded*/ 34 const char* cinf; /*Must be Unicode encoded*/
35 const unsigned int cinf_size; 35 const unsigned int cinf_size;
36 const char* null; 36 const char* null;
37 const unsigned char* bootloader;
38 const unsigned int bootloader_size;
39 const unsigned int memory_address;
40}; 37};
41 38
42int zvm_encode(char *iname, char *oname, int device); 39int zvm_encode(const char *iname, const char *oname, int device);
43 40
44#endif /*CREATIVE_H_*/ 41#endif /*CREATIVE_H_*/