ios: Add a EULA to try to appease Apple's Guideline 1.2 - Safety - User-Generated Content.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m0s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m0s
This commit is contained in:
@@ -445,12 +445,11 @@ bool tf_ssb_db_add_value_to_array_property(tf_ssb_t* ssb, const char* id, const
|
||||
|
||||
/**
|
||||
** Resolve a hostname to its index path by global settings.
|
||||
** @param ssb The SSB instance.
|
||||
** @param db The database.
|
||||
** @param host The hostname.
|
||||
** @param callback The callback.
|
||||
** @param user_data The callback user data.
|
||||
** @return The resolved index. Free with tf_free().
|
||||
*/
|
||||
void tf_ssb_db_resolve_index_async(tf_ssb_t* ssb, const char* host, void (*callback)(const char* path, void* user_data), void* user_data);
|
||||
const char* tf_ssb_db_resolve_index(sqlite3* db, const char* host);
|
||||
|
||||
/**
|
||||
** Verify an author's feed.
|
||||
|
||||
Reference in New Issue
Block a user