1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
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