From 1bc2346a56d486a3557cf524fb38e971b854e6ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 19 Aug 2021 11:36:11 +0200 Subject: -complete removal of /terms --- configure.ac | 2 +- src/include/sync_service.h | 3 --- src/sync/sync-httpd.c | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 2a75be5..c8d2fb1 100644 --- 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 index 43d1757..8b47f33 100644 --- 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 index b05de88..3e13c31 100644 --- 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. -- cgit v1.2.3