Fixed PathFromCid(), Cid is an struct, not an array.
This commit is contained in:
parent
1a8e024fb9
commit
8ed4f62526
2 changed files with 6 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
ErrNoLinkFmt
|
||||
} PathErrs;
|
||||
|
||||
char* PathFromCid (char *c);
|
||||
char* PathFromCid (struct Cid *c);
|
||||
char** Segments (char *p);
|
||||
int SegmentsLength (char **s);
|
||||
void FreeSegments (char ***s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue