mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
pathfuncs.c remove strip_leading_separators()
This should actually be strip_extra_leading_separators() but its not used anywhere else yet and I don't see enough callers in core to make it worth the extra overhead Change-Id: Icdd292869b4198bed7725c51820f6b2111ad739d
This commit is contained in:
parent
ae25a425b6
commit
7b12cc3927
2 changed files with 4 additions and 20 deletions
|
|
@ -87,7 +87,6 @@ int make_volume_root(int volume, char *dst);
|
|||
int path_strip_drive(const char *name, const char **nameptr, bool greedy);
|
||||
size_t path_basename(const char *name, const char **nameptr);
|
||||
size_t path_dirname(const char *name, const char **nameptr);
|
||||
size_t path_strip_leading_separators(const char *name, const char **nameptr);
|
||||
size_t path_strip_trailing_separators(const char *name, const char **nameptr);
|
||||
void path_correct_separators(char *dstpath, const char *path);
|
||||
void path_remove_dot_segments(char *dstpath, const char *path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue