Tilde Friends
Tilde Friends Export

Typedefs

typedef struct _tf_ssb_t tf_ssb_t
 

Functions

void tf_ssb_export (tf_ssb_t *ssb, const char *key)
 

Detailed Description

Support for exporting Tilde Friends apps from the database to disk.

I don't know why it has SSB in the name.

Typedef Documentation

◆ tf_ssb_t

typedef struct _tf_ssb_t tf_ssb_t

An SSB instance.

Function Documentation

◆ tf_ssb_export()

void tf_ssb_export ( tf_ssb_t ssb,
const char *  key 
)

Export an app to disk.

Parameters
ssbThe SSB instance.
keyThe app path in the form "/~user/appname".