You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/lokinet/lokinet_addr.h

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