4 lines
114 B
C++
4 lines
114 B
C++
|
#include "mammoth/endpoint_server.h"
|
||
|
|
||
|
EndpointClient EndpointClient::AdoptEndpoint(z_cap_t cap) { return {cap}; }
|