8 lines
172 B
C
8 lines
172 B
C
#pragma once
|
|
|
|
#include "libp2p/net/protocol.h"
|
|
|
|
/**
|
|
* Build a handler that can handle the yamux protocol
|
|
*/
|
|
struct Libp2pProtocolHandler* yamux_build_protocol_handler();
|