From 8d9dc14227350eb93f89c56c774ed377b633bc88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Mar 2017 21:22:22 +0100 Subject: renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet --- src/exchange-tools/taler-exchange-reservemod.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/exchange-tools/taler-exchange-reservemod.c') diff --git a/src/exchange-tools/taler-exchange-reservemod.c b/src/exchange-tools/taler-exchange-reservemod.c index 9bcc4e15b..12d0f9c07 100644 --- a/src/exchange-tools/taler-exchange-reservemod.c +++ b/src/exchange-tools/taler-exchange-reservemod.c @@ -167,27 +167,27 @@ int main (int argc, char *const *argv) { const struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_MANDATORY + GNUNET_GETOPT_option_mandatory (TALER_getopt_get_amount ('a', "add", "DENOM", "value to add", &add_value)), - GNUNET_GETOPT_OPTION_MANDATORY + GNUNET_GETOPT_option_mandatory (GNUNET_JSON_getopt ('s', "sender", "JSON", "details about the sender's bank account", &sender_details)), - GNUNET_GETOPT_OPTION_MANDATORY + GNUNET_GETOPT_option_mandatory (GNUNET_JSON_getopt ('t', "transfer", "JSON", "details that uniquely identify the bank transfer", &transfer_details)), - GNUNET_GETOPT_OPTION_HELP ("Deposit funds into a Taler reserve"), - GNUNET_GETOPT_OPTION_MANDATORY - (GNUNET_GETOPT_OPTION_SET_BASE32_AUTO ('R', + GNUNET_GETOPT_option_help ("Deposit funds into a Taler reserve"), + GNUNET_GETOPT_option_mandatory + (GNUNET_GETOPT_option_base32_auto ('R', "reserve", "KEY", "reserve (public key) to modify", -- cgit v1.2.3