taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit b483c802730d5c3f3851a95dc73c829542289045
parent 5b90c8535be1b1c35919d7c5a828cf65c117d4b4
Author: BOSS_Marco <bossm8@students.bfh.ch>
Date:   Tue,  5 Nov 2019 15:39:36 +0100

product.h uncrustified

Diffstat:
Msrc/product.h | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/product.h b/src/product.h @@ -63,7 +63,8 @@ typedef struct ProductOrder } ProductOrder; -int SNACK_product_init (ProductOrder *product, struct GNUNET_CONFIGURATION_Handle *cfg); +int SNACK_product_init (ProductOrder *product, struct + GNUNET_CONFIGURATION_Handle *cfg); void SNACK_product_exit (ProductOrder *product); @@ -77,7 +78,8 @@ int SNACK_product_set_pay_url (ProductOrder *product); int SNACK_product_set_paid_status (ProductOrder *product); -int SNACK_product_set_cfg_value(struct GNUNET_CONFIGURATION_Handle* cfg, const char* section, const char *key, char **value ); +int SNACK_product_set_cfg_value (struct GNUNET_CONFIGURATION_Handle*cfg, const + char*section, const char *key, char **value); #endif // PRODUCT_H