summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/spconf.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-02-15 22:32:43 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-02-15 22:32:43 +0100
commitb193b75f62ff3be76f3cec120fe906c474b5caeb (patch)
treef33744a341b09e124e626be415730ca753396ce0 /apps/plugins/zxbox/spconf.h
parentf7fdf134681a35950edeb1054a1e095f7acec058 (diff)
downloadrockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.zip
rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.gz
rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.bz2
rockbox-b193b75f62ff3be76f3cec120fe906c474b5caeb.tar.xz
zxbox: make source files include their header file and make function static where possible
Change-Id: I0c87563ee29f46948e3a559c27b1b22d4404cec1
Diffstat (limited to 'apps/plugins/zxbox/spconf.h')
-rw-r--r--apps/plugins/zxbox/spconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/spconf.h b/apps/plugins/zxbox/spconf.h
index 7de5d2e..5a6a05f 100644
--- a/apps/plugins/zxbox/spconf.h
+++ b/apps/plugins/zxbox/spconf.h
@@ -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);