use 'const char *' for imbuf and file ops.
This commit is contained in:
@@ -46,7 +46,7 @@ extern "C" {
|
||||
|
||||
int imb_is_a_openexr (unsigned char *mem);
|
||||
|
||||
int imb_save_openexr (struct ImBuf *ibuf, char *name, int flags);
|
||||
int imb_save_openexr (struct ImBuf *ibuf, const char *name, int flags);
|
||||
|
||||
struct ImBuf *imb_load_openexr (unsigned char *mem, size_t size, int flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user