manual rerun bootstrap option

This commit is contained in:
2024-06-07 10:58:42 +02:00
parent 85b5c9200a
commit a2001b34ea
4 changed files with 58 additions and 45 deletions

View File

@@ -41,6 +41,8 @@ class ToxClient : public ToxDefaultImpl, public ToxEventProviderBase {
void setToxProfilePath(const std::string& new_path) { _tox_profile_path = new_path; }
void setSelfName(std::string_view new_name) { _self_name = new_name; toxSelfSetName(new_name); }
void runBootstrap(void);
public: // raw events
void subscribeRaw(std::function<void(const Tox_Events*)> fn);