diff options
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r-- | src/include/taler_json_lib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index bc21957e8..3581252ca 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h | |||
@@ -567,6 +567,16 @@ TALER_JSON_extract_i18n (const json_t *object, | |||
567 | 567 | ||
568 | 568 | ||
569 | /** | 569 | /** |
570 | * Check whether a given @a i18n object is wellformed. | ||
571 | * | ||
572 | * @param i18n object with internationalized content | ||
573 | * @return true if @a i18n is well-formed | ||
574 | */ | ||
575 | bool | ||
576 | TALER_JSON_check_i18n (const json_t *i18n); | ||
577 | |||
578 | |||
579 | /** | ||
570 | * Obtain the wire method associated with the given | 580 | * Obtain the wire method associated with the given |
571 | * wire account details. @a wire_s must contain a payto://-URL | 581 | * wire account details. @a wire_s must contain a payto://-URL |
572 | * under 'url'. | 582 | * under 'url'. |