commit 9b7369537721d667cc8de680d4331b97f9557739
parent bfae20e4334a52b46e7aacdb64981c7eb6c08c93
Author: Florian Dold <florian@dold.me>
Date: Wed, 24 Sep 2025 20:33:32 +0200
it's libdonau, not libtaler
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -71,7 +71,7 @@ src/donau-tools/
-- taler donau helper programs
src/lib/
- -- libtalerdonau: C API to issue HTTP requests to donau
+ -- libdonau: C API to issue HTTP requests to donau
src/json/
-- helper functions for generating and parsing JSON
diff --git a/src/donaudb/plugin_donaudb_postgres.c b/src/donaudb/plugin_donaudb_postgres.c
@@ -252,10 +252,10 @@ libdonau_plugin_donaudb_postgres_init (void *cls)
* @return NULL (always)
*/
void *
-libtaler_plugin_donaudb_postgres_done (void *cls);
+libdonau_plugin_donaudb_postgres_done (void *cls);
void *
-libtaler_plugin_donaudb_postgres_done (void *cls)
+libdonau_plugin_donaudb_postgres_done (void *cls)
{
struct DONAUDB_Plugin *plugin = cls;
struct PostgresClosure *pg = plugin->cls;
diff --git a/src/include/donau_service.h b/src/include/donau_service.h
@@ -15,7 +15,7 @@
*/
/**
* @file include/donau_service.h
- * @brief C interface of libtalerdonau, a C library to use donau's HTTP API
+ * @brief C interface of libdonau, a C library to use donau's HTTP API
* @author Sree Harsha Totakura <sreeharsha@totakura.in>
* @author Christian Grothoff
* @author Özgür Kesim