Created errs.c and moved to util directory.
This commit is contained in:
parent
049078effc
commit
7691fe0dc2
7 changed files with 68 additions and 62 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef IPFS_PATH_H
|
||||
#define IPFS_PATH_H
|
||||
|
||||
#include "ipfs/errs.h"
|
||||
#include "ipfs/util/errs.h"
|
||||
|
||||
char* ipfs_path_from_cid (struct Cid *c);
|
||||
char** ipfs_path_split_n (char *p, char *delim, int n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue