lokinet/include/lokinet/lokinet_addr.h

16 lines
295 B
C
Raw Normal View History

2021-04-08 13:23:45 +00:00
#pragma once
#include "lokinet_context.h"
#ifdef __cplusplus
extern "C"
{
#endif
2021-04-12 11:39:07 +00:00
/// get a free()-able null terminated string that holds our .loki address
2021-04-08 13:23:45 +00:00
/// returns NULL if we dont have one right now
char* EXPORT
2021-04-08 13:23:45 +00:00
lokinet_address(struct lokinet_context*);
#ifdef __cplusplus
}
#endif