summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/app.c2
-rw-r--r--Gui/cfg.c2
-rw-r--r--Gui/interface.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Gui/app.c b/Gui/app.c
index 58b4a7667c..cfda704967 100644
--- a/Gui/app.c
+++ b/Gui/app.c
@@ -70,7 +70,7 @@ int evBoxs = sizeof( evNames ) / sizeof( evName );
// ---
-extern char *get_path(char *);
+extern char *get_path(const char *);
listItems appMPlayer;
diff --git a/Gui/cfg.c b/Gui/cfg.c
index a120acaa5a..b890b905e9 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -75,7 +75,7 @@ int gui_sub_pos_x = -1;
int gui_sub_pos_y = -1;
// ---
-extern char * get_path( char * filename );
+extern char * get_path( const char * filename );
extern int flip;
extern int frame_dropping;
extern int stop_xscreensaver;
diff --git a/Gui/interface.h b/Gui/interface.h
index 56a555ba5a..484ac99067 100644
--- a/Gui/interface.h
+++ b/Gui/interface.h
@@ -142,7 +142,7 @@ extern guiInterface_t guiIntfStruct;
#define guiFilenames 4
#define guiALL 0xffffffff
-extern char *get_path(char *filename);
+extern char *get_path(const char *filename);
extern void guiInit( void );
extern void guiDone( void );