mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
16 lines
295 B
C
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
|