Created errs.c and moved to util directory.

This commit is contained in:
Jose Marcial Vieira Bisneto 2016-12-23 00:45:13 -03:00
parent 049078effc
commit 7691fe0dc2
7 changed files with 68 additions and 62 deletions

View file

@ -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);