summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 17:41:12 +0200
committerMS <ms@taler.net>2020-10-20 17:41:12 +0200
commit47269a5c4478c0108359363e24af4b98dc674403 (patch)
treea5115d2e06fd472f7210775af948e2f7dff0c44c /src
parentcd1b6d7b36200e7802bced0dfa60e60116dbb977 (diff)
downloadmerchant-47269a5c4478c0108359363e24af4b98dc674403.tar.gz
merchant-47269a5c4478c0108359363e24af4b98dc674403.tar.bz2
merchant-47269a5c4478c0108359363e24af4b98dc674403.zip
Fix references to GNUnet and MHD.
Diffstat (limited to 'src')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c4
-rw-r--r--src/include/taler_merchantdb_plugin.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 74c76485..3a336d1a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -991,7 +991,7 @@ postgres_insert_product (void *cls,
* exceed total_stock minus the existing total_sold;
* total_sold and total_stock must be larger or equal to
* the existing value;
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* non-decreasing constraints are not met *or* if the product
* does not yet exist.
*/
@@ -1036,7 +1036,7 @@ postgres_update_product (void *cls,
* @param uuid the UUID that holds the lock
* @param quantity how many units should be locked
* @param expiration_time when should the lock expire
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* product is unknown OR if there insufficient stocks remaining
*/
static enum GNUNET_DB_QueryStatus
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 79a9b982..ded914de 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -906,7 +906,7 @@ struct TALER_MERCHANTDB_Plugin
* exceed total_stock minus the existing total_sold;
* total_sold and total_stock must be larger or equal to
* the existing value;
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* non-decreasing constraints are not met *or* if the product
* does not yet exist.
*/
@@ -926,7 +926,7 @@ struct TALER_MERCHANTDB_Plugin
* @param uuid the UUID that holds the lock
* @param quantity how many units should be locked
* @param expiration_time when should the lock expire
- * @return database result code, #GNUNET_DB_SUCCESS_NO_RESULTS if the
+ * @return database result code, #GNUNET_DB_STATUS_SUCCESS_NO_RESULTS if the
* product is unknown OR if there insufficient stocks remaining
*/
enum GNUNET_DB_QueryStatus