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