From 8358eb0b86f0fa5c4a413d9cd107cb971d0b256c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Feb 2024 16:05:45 +0100 Subject: doxygen fixes, remove test commands obsoleted by taler-unified-setup --- src/include/sync_testing_lib.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'src/include') diff --git a/src/include/sync_testing_lib.h b/src/include/sync_testing_lib.h index 59714f1..f0737de 100644 --- a/src/include/sync_testing_lib.h +++ b/src/include/sync_testing_lib.h @@ -30,33 +30,6 @@ #include -/** - * Start the sync backend process. Assume the port - * is available and the database is clean. Use the "prepare - * sync" function to do such tasks. - * - * @param config_filename configuration filename. - * - * @return the process, or NULL if the process could not - * be started. - */ -struct GNUNET_OS_Process * -SYNC_TESTING_run_sync (const char *config_filename, - const char *sync_url); - - -/** - * Prepare the sync execution. Create tables and check if - * the port is available. - * - * @param config_filename configuration filename. - * @return the base url, or NULL upon errors. Must be freed - * by the caller. - */ -char * -SYNC_TESTING_prepare_sync (const char *config_filename); - - /** * Make the "backup download" command for a non-existent upload. * -- cgit v1.2.3