7704a3ccd7
Added a simple filesize-check for the options file before loading to avoid crashes due the changed config git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28664 a1c6a512-1295-4272-9138-f99709370657
13 lines
148 B
C
13 lines
148 B
C
|
|
|
|
#ifndef __LOADER_H__
|
|
#define __LOADER_H__
|
|
|
|
void loader_init(const char *s);
|
|
void cleanup(void);
|
|
void sn_load(void);
|
|
void sn_save(void);
|
|
|
|
#endif
|
|
|
|
|