mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
11 lines
174 B
C
11 lines
174 B
C
|
#include <llarp/iwp.h>
|
||
|
|
||
|
|
||
|
|
||
|
bool iwp_link_init(struct llarp_link * link, struct iwp_configure_args args,
|
||
|
struct llarp_msg_muxer * muxer)
|
||
|
{
|
||
|
|
||
|
return true;
|
||
|
}
|