forked from agorise/c-ipfs
8 lines
196 B
C
8 lines
196 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
#include "libp2p/utils/linked_list.h"
|
||
|
|
||
|
int ipfs_routing_supernode_parse_provider(unsigned char* in, size_t in_size, struct Libp2pLinkedList** multiadress_head) {
|
||
|
return 0;
|
||
|
}
|