Use the sqlite authorizer for async requests, too.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4401 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-08-16 22:43:08 +00:00
parent 61d2ef5469
commit f7d201859a
3 changed files with 6 additions and 2 deletions

View File

@ -58,3 +58,5 @@ typedef struct _tf_ssb_db_stored_connection_t
tf_ssb_db_stored_connection_t* tf_ssb_db_get_stored_connections(tf_ssb_t* ssb, int* out_count);
void tf_ssb_db_forget_stored_connection(tf_ssb_t* ssb, const char* address, int port, const char* pubkey);
int tf_ssb_sqlite_authorizer(void* user_data, int action_code, const char* arg0, const char* arg1, const char* arg2, const char* arg3);