Added missing prototype.

yamux
Jose Marcial Vieira Bisneto 2017-11-09 22:54:19 -03:00
parent f2e5af4058
commit c137aa04fe
No known key found for this signature in database
GPG Key ID: 103E935E7E6E831E
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ struct IdentifyContext {
int libp2p_identify_can_handle(const struct StreamMessage* msg);
int libp2p_identify_send_protocol(struct Stream* stream);
int libp2p_identify_receive_protocol(struct Stream* stream);
int libp2p_identify_handle_message(const struct StreamMessage* msg, struct Stream* stream, void* protocol_context);
int libp2p_identify_shutdown(void* protocol_context);
struct Libp2pProtocolHandler* libp2p_identify_build_protocol_handler(struct Libp2pVector* handlers);