ssb: Beginnings of a "sync now" mode for mobile.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 19m52s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 19m52s
This commit is contained in:
@ -53,4 +53,10 @@ void tf_ssb_connections_set_attempted(tf_ssb_connections_t* connections, const c
|
||||
*/
|
||||
void tf_ssb_connections_set_succeeded(tf_ssb_connections_t* connections, const char* host, int port, const char* key);
|
||||
|
||||
/**
|
||||
** Initiate an immediate sync.
|
||||
** @param connections The connections tracker.
|
||||
*/
|
||||
void tf_ssb_connections_sync_start(tf_ssb_connections_t* connections);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user