Source-only: displaced and documented a function prototype
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1324 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
b928aa306a
commit
df2a0ec4dd
@ -123,6 +123,9 @@ void Save_image(T_IO_Context *context);
|
||||
/// Returns non-zero if some backups were loaded.
|
||||
int Check_recovery(void);
|
||||
|
||||
/// Makes a safety backup periodically.
|
||||
void Rotate_safety_backups(void);
|
||||
|
||||
/// Remove safety backups. Need to call on normal program exit.
|
||||
void Delete_safety_backups(void);
|
||||
|
||||
@ -229,6 +232,5 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user