path/path.c: Changed PopLastSegment parameters order.

This commit is contained in:
Jose Marcial Vieira Bisneto 2016-11-26 10:20:23 -03:00
parent 8da6e2df69
commit 0f5964ad3c
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
int SegmentsLength (char **s);
void FreeSegments (char ***s);
int IsJustAKey (char *p);
int PopLastSegment (char *p, char **str);
int PopLastSegment (char **str, char *p);
char *PathFromSegments(char *prefix, char **seg);
int ParseCidToPath (char *dst, char *txt);
int ParsePath (char *dst, char *txt);