c-libp2p/include/libp2p/yamux/yamux.h
2017-10-11 11:23:25 -05:00

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