summaryrefslogtreecommitdiff
path: root/src/include/taler_amount_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-06 11:47:12 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-06 11:47:12 +0200
commit74a21a5259f9dbcb3a9df887cefe70de0567fd63 (patch)
treea9e8f86e25a361cbb7926b584df2d383948cc801 /src/include/taler_amount_lib.h
parentf8723b9b5d6a47c0d256ac6cf7fcd984a6e10484 (diff)
downloadexchange-74a21a5259f9dbcb3a9df887cefe70de0567fd63.tar.gz
exchange-74a21a5259f9dbcb3a9df887cefe70de0567fd63.tar.bz2
exchange-74a21a5259f9dbcb3a9df887cefe70de0567fd63.zip
fixing #3768, using new pq API more
Diffstat (limited to 'src/include/taler_amount_lib.h')
-rw-r--r--src/include/taler_amount_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/taler_amount_lib.h b/src/include/taler_amount_lib.h
index 54eeda844..783b32547 100644
--- a/src/include/taler_amount_lib.h
+++ b/src/include/taler_amount_lib.h
@@ -33,6 +33,11 @@
#define TALER_CURRENCY_LEN 12
/**
+ * Taler currency length as a string.
+ */
+#define TALER_CURRENCY_LEN_STR "12"
+
+/**
* @brief The "fraction" value in a `struct TALER_Amount` represents which
* fraction of the "main" value?
*