diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-17 21:35:21 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-17 21:35:21 +0200 |
commit | 4bf425c902c2047e766e0333e54188ee67a673f5 (patch) | |
tree | 8a8e1311a22b8cfafd475eded311b103834451de /src/include/taler_util.h | |
parent | cbf6281ca2c4ee0fd77eda4a6d943e3a60a21e0e (diff) |
remove currency field from databases
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 2bdc888a6..479a45754 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -87,7 +87,8 @@ TALER_gcrypt_init (void); */ const char * TALER_b2s (const void *buf, - size_t buf_size); + size_t buf_size); + /** * Convert a fixed-sized object to a string using |