lokinet/include/lokinet/lokinet_addr.h
2021-06-08 08:32:52 -04:00

16 lines
295 B
C

#pragma once
#include "lokinet_context.h"
#ifdef __cplusplus
extern "C"
{
#endif
/// get a free()-able null terminated string that holds our .loki address
/// returns NULL if we dont have one right now
char* EXPORT
lokinet_address(struct lokinet_context*);
#ifdef __cplusplus
}
#endif