forked from agorise/c-ipfs
7 lines
196 B
C
7 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;
|
|
}
|