mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 18:12:54 -05:00
zxbox: make source files include their header file and make function static where possible
Change-Id: I0c87563ee29f46948e3a559c27b1b22d4404cec1
This commit is contained in:
parent
f7fdf13468
commit
b193b75f62
7 changed files with 7 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ extern char *spcf_init_tapefile;
|
|||
extern int spcf_init_tapefile_type;
|
||||
|
||||
|
||||
/*extern int spcf_read_conf_file(const char *filename);*/
|
||||
extern int spcf_read_conf_file(const char *filename);
|
||||
extern void spcf_read_command_line(const void* parameter);
|
||||
extern void spcf_read_xresources(void);
|
||||
extern int spcf_find_file_type(char *filename, int *ftp, int *ftsubp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue