Fix compile error
parent
1a02a0fb41
commit
e0f7849b3f
|
@ -38,7 +38,7 @@ typedef struct {
|
||||||
|
|
||||||
void load_image(F_PARAMETERS *p);
|
void load_image(F_PARAMETERS *p);
|
||||||
void init_objects(F_HEADER *h);
|
void init_objects(F_HEADER *h);
|
||||||
void save_image(const F_CHAR *file);
|
bool save_image(const F_CHAR *file);
|
||||||
|
|
||||||
DECLARE_PRIMITIVE(save_image);
|
DECLARE_PRIMITIVE(save_image);
|
||||||
DECLARE_PRIMITIVE(save_image_and_exit);
|
DECLARE_PRIMITIVE(save_image_and_exit);
|
||||||
|
|
Loading…
Reference in New Issue