Tilde Friends
ssb.import.h
1#pragma once
2
12typedef struct _tf_ssb_t tf_ssb_t;
13
20void tf_ssb_import(tf_ssb_t* ssb, const char* user, const char* path);
21
29void tf_ssb_import_from_zip(tf_ssb_t* ssb, const char* zip_path, const char* user, const char* path);
30
struct _tf_ssb_t tf_ssb_t
Definition: httpd.js.h:38
void tf_ssb_import_from_zip(tf_ssb_t *ssb, const char *zip_path, const char *user, const char *path)
void tf_ssb_import(tf_ssb_t *ssb, const char *user, const char *path)