summaryrefslogtreecommitdiffstats
path: root/get_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'get_path.h')
-rw-r--r--get_path.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/get_path.h b/get_path.h
index 2f1909b601..6713762937 100644
--- a/get_path.h
+++ b/get_path.h
@@ -21,7 +21,10 @@
#ifndef MPLAYER_GET_PATH_H
#define MPLAYER_GET_PATH_H
+extern char *def_path;
+
char *get_path(const char *filename);
void set_path_env(void);
+void SetCodecPath(const char *path);
#endif /* MPLAYER_GET_PATH_H */