path: implemented ipfs_path_clean_path
This commit is contained in:
parent
a180a63160
commit
f8723eb8c7
2 changed files with 75 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
char** ipfs_path_split_segments (char *p);
|
||||
int ipfs_path_segments_length (char **s);
|
||||
void ipfs_path_free_segments (char ***s);
|
||||
char *ipfs_path_clean_path(char *str);
|
||||
int ipfs_path_is_just_a_key (char *p);
|
||||
int ipfs_path_pop_last_segment (char **str, char *p);
|
||||
char *ipfs_path_from_segments(char *prefix, char **seg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue