Moving things off of CDNs.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3698 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-22 13:51:49 +00:00
parent 9faa4c9ca6
commit ba87f9acaa
10 changed files with 12109 additions and 11 deletions

View File

@ -16,7 +16,6 @@ typedef struct _tf_import_file_t {
const char* user;
const char* parent;
const char* name;
//uv_buf_t buf;
char data[k_ssb_blob_bytes_max];
int* work_left;
} tf_import_file_t;