diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_amount_lib.h | 2 | ||||
-rw-r--r-- | src/include/taler_crypto_lib.h | 1 | ||||
-rw-r--r-- | src/include/taler_json_lib.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h index 82952f0b2..54eeda844 100644 --- a/src/include/taler_amount_lib.h +++ b/src/include/taler_amount_lib.h @@ -100,7 +100,7 @@ struct TALER_Amount /** - * Parse denomination description, in the format "T : V : F". + * Parse denomination description, in the format "T:V.F". * * @param str denomination description * @param denom denomination to write the result to diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index d7d12354a..3c8aee557 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -489,5 +489,6 @@ TALER_refresh_link_encrypted_decode (const char *buf, size_t buf_len); +/* FIXME: should also have _encode API... */ #endif diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 9410d5088..7e0955688 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2014 Christian Grothoff (and other contributing authors) + Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors) TALER is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |