1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

include/eoskeygen/key_search.h: improved documentation.

This commit is contained in:
Henrik Hautakoski 2020-03-20 13:19:17 +01:00
parent bc90c2e9ef
commit ac00821a38

View file

@ -53,6 +53,7 @@ public :
// Clears the search list.
void clear();
// Set callback for search result.
void setCallback(IKeySearchResult* callback);
#ifdef HAVE_THREADS