0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 07:18:20 +02:00

modules/s_keys: Fix linkage for create_my_key().

This commit is contained in:
Jason Volk 2018-08-28 15:05:54 -07:00
parent a4e4424ede
commit c7ccf8dcc8

View file

@ -17,8 +17,7 @@ extern "C" bool verify__keys(const m::keys &) noexcept;
extern "C" void get__keys(const string_view &server, const string_view &key_id, const m::keys::closure &);
extern "C" bool query__keys(const string_view &query_server, const m::keys::queries &, const m::keys::closure_bool &);
static void create_my_key(const m::event &);
extern "C" void create_my_key(const m::event &);
static void init_my_ed25519();
static void init_my_tls_crt();
extern "C" void init_my_keys();