All but the two biggest .h files have docs.

This commit is contained in:
2024-03-06 12:31:17 -05:00
parent 794804e27f
commit e3c7c86212
3 changed files with 57 additions and 0 deletions

View File

@ -8,8 +8,14 @@
** @{
*/
/** An SSB instance. */
typedef struct _tf_ssb_t tf_ssb_t;
/**
** Export an app to disk.
** @param ssb The SSB instance.
** @param key The app path in the form "/~user/appname".
*/
void tf_ssb_export(tf_ssb_t* ssb, const char* key);
/** @} */