commit be408865159dab01ce0c9ef9e576937ff5545dbb
parent ae6e62a0a3830f24b7122dc533e1cace40c24578
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 26 May 2023 17:16:48 +0200
fix FTBFS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h
@@ -402,7 +402,7 @@ TALER_amount_multiply (struct TALER_Amount *result,
* #GNUNET_NO if value was already normalized
* #GNUNET_SYSERR if value was invalid or could not be normalized
*/
-int
+enum GNUNET_GenericReturnValue
TALER_amount_normalize (struct TALER_Amount *amount);