path: no CamelCase

Rename variables and functions.
This commit is contained in:
Max Kellermann
2008-11-05 18:21:52 +01:00
parent 259c6ed164
commit 3002fd18cb
4 changed files with 27 additions and 30 deletions

View File

@@ -31,17 +31,17 @@
# endif
#endif
void initPaths(void);
void path_global_init(void);
void finishPaths(void);
void path_global_finish(void);
char *fs_charset_to_utf8(char *dst, const char *str);
char *utf8_to_fs_charset(char *dst, const char *str);
void setFsCharset(const char *charset);
void path_set_fs_charset(const char *charset);
const char *getFsCharset(void);
const char *path_get_fs_charset(void);
/*
* pfx_dir - sets dst="$pfx/$path" and returns a pointer to path inside * dst