diff --git a/src/main.c b/src/main.c index a3612063..f3e4fc22 100644 --- a/src/main.c +++ b/src/main.c @@ -292,13 +292,14 @@ static int _tf_command_export(const char* file, int argc, char* argv[]) else { const char* k_export[] = { - "/~cory/api", "/~cory/admin", + "/~cory/api", "/~cory/apps", "/~cory/db", "/~cory/docs", "/~cory/follow", "/~cory/ssblit", + "/~cory/todo", }; for (int i = 0; i < (int)_countof(k_export); i++) { diff --git a/src/ssb.h b/src/ssb.h index ce62588a..57b93c21 100644 --- a/src/ssb.h +++ b/src/ssb.h @@ -36,7 +36,7 @@ struct sockaddr_in; enum { k_id_base64_len = 57, k_id_bin_len = 32, - k_blob_id_len = 53, + k_blob_id_len = 53, }; typedef struct _tf_ssb_stats_t