Get my foot in the door converting ssb.js to C.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4050 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-11-17 01:36:24 +00:00
parent 902287292d
commit be6f24b3ee
4 changed files with 90 additions and 28 deletions

5
src/ssb.rpc.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
typedef struct _tf_ssb_t tf_ssb_t;
void tf_ssb_rpc_register(tf_ssb_t* ssb);