sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 1bc2346a56d486a3557cf524fb38e971b854e6ee
parent a820542e564816231e03d0ec3761a0818d38be58
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 19 Aug 2021 11:36:11 +0200

-complete removal of /terms

Diffstat:
Mconfigure.ac | 2+-
Msrc/include/sync_service.h | 3---
Msrc/sync/sync-httpd.c | 1-
3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([sync], [0.8.2], [taler-bug@gnu.org]) +AC_INIT([sync], [0.8.3], [taler-bug@gnu.org]) AC_CONFIG_SRCDIR([src/sync/sync-httpd.c]) AC_CONFIG_HEADERS([sync_config.h]) # support for non-recursive builds diff --git a/src/include/sync_service.h b/src/include/sync_service.h @@ -371,7 +371,4 @@ void SYNC_download_cancel (struct SYNC_DownloadOperation *download); -/* TODO: API for /terms! */ - - #endif /* SYNC_SERVICE_H */ diff --git a/src/sync/sync-httpd.c b/src/sync/sync-httpd.c @@ -27,7 +27,6 @@ #include "sync_database_lib.h" #include "sync-httpd_backup.h" #include "sync-httpd_config.h" -#include "sync-httpd_terms.h" /** * Backlog for listen operation on unix-domain sockets.