diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-23 13:02:04 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-23 13:02:04 +0200 |
commit | 306a08a71c0f1e8e3e549fbb72c0eecdb3ec9a70 (patch) | |
tree | cb870eb6b35b952eb2b015a7ef63010b73552d2d /src/include | |
parent | 23e084718897f948d9256b898fc3a2a6ff582341 (diff) |
-rename TALER_amount_get_zero to TALER_amount_set_zero
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_amount_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h index 8e4afe80c..a1f6c7d35 100644 --- a/src/include/taler_amount_lib.h +++ b/src/include/taler_amount_lib.h @@ -156,7 +156,7 @@ TALER_string_to_amount_nbo (const char *str, * #GNUNET_SYSERR if it is invalid. */ enum GNUNET_GenericReturnValue -TALER_amount_get_zero (const char *cur, +TALER_amount_set_zero (const char *cur, struct TALER_Amount *amount); |