From d48b8b0ae185d6be10c3e560dd39652c7d19fa7e Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 28 Nov 2022 02:18:58 +0000 Subject: [PATCH] Export todo, and weird spacing. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4057 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/main.c | 3 ++- src/ssb.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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