What was ssb.rpc.c now lives in ssb.js.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3663 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-09-09 00:37:02 +00:00
parent 3b4f0c1321
commit 059392df8e
5 changed files with 5 additions and 705 deletions

View File

@ -47,7 +47,6 @@ void tf_ssb_destroy(tf_ssb_t* ssb);
sqlite3* tf_ssb_get_db(tf_ssb_t* ssb);
uv_loop_t* tf_ssb_get_loop(tf_ssb_t* ssb);
tf_ssb_rpc_t* tf_ssb_get_rpc(tf_ssb_t* ssb);
void tf_ssb_generate_keys(tf_ssb_t* ssb);