summaryrefslogtreecommitdiffstats
path: root/path.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-21 08:34:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-21 08:34:09 +0000
commitd84999d4800942d0ca099ba565e138423dc0d7da (patch)
tree8d800ad9c248e5d20a58d52454c6a61f05c9935e /path.h
parent70c66c04764421ca277c341657c556cb0f00ec9b (diff)
downloadmpv-d84999d4800942d0ca099ba565e138423dc0d7da.tar.bz2
mpv-d84999d4800942d0ca099ba565e138423dc0d7da.tar.xz
Rename SetCodecPath() --> set_codec_path().
This keeps the naming of all path-related functions consistent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'path.h')
-rw-r--r--path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.h b/path.h
index fe7c0c6c85..233c6094e1 100644
--- a/path.h
+++ b/path.h
@@ -25,6 +25,6 @@ extern char *def_path;
char *get_path(const char *filename);
void set_path_env(void);
-void SetCodecPath(const char *path);
+void set_codec_path(const char *path);
#endif /* MPLAYER_PATH_H */