c-ipfs/test/repo/test_repo.h

14 lines
145 B
C
Raw Normal View History

2016-10-27 01:14:07 +00:00
#ifndef __TEST_REPO_H__
#define __TEST_REPO_H__
#include "ipfs/repo/repo.h"
2016-10-27 01:14:07 +00:00
#include <stdio.h>
int test_config_repo() {
return 0;
}
#endif