mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
6f055eca4f
to rebase to rebase
15 lines
234 B
C
15 lines
234 B
C
#ifndef LLARP_QUIC_H_
|
|
#define LLARP_QUIC_H_
|
|
|
|
#include "llarp/iwp/server.h"
|
|
|
|
struct llarp_quic_args
|
|
{
|
|
};
|
|
|
|
bool
|
|
quic_link_init(struct llarp_link* link, struct llarp_quic_args args,
|
|
struct llarp_msg_muxer* muxer);
|
|
|
|
#endif
|