Some user-contributed patches to cleanup the build and remove warnings.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1322 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-02-07 11:44:38 +00:00
parent 571cf70b58
commit 056ce73ee9
6 changed files with 11 additions and 7 deletions

View File

@@ -229,5 +229,6 @@ void Init_preview(short width,short height,long size,int format,enum PIXEL_RATIO
void Init_write_buffer(void);
void Write_one_byte(FILE *file, byte b);
void End_write(FILE *file);
void Rotate_safety_backups(void);
#endif