diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-03 22:45:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-03 22:45:48 +0200 |
commit | cc3aa31732b2c214e6733206e713387d5ef8d39a (patch) | |
tree | 635d9f0eab31bf4470c2a69f871dcd82070a8f56 /src/include/taler_exchangedb_plugin.h | |
parent | dbb23684031ecb892c931a89006183c741c3fc96 (diff) |
implement #3887-handling in exchange-lib
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 8a1a82838..322a30524 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -537,8 +537,8 @@ struct TALER_EXCHANGEDB_LinkDataList * @brief Enumeration to classify the different types of transactions * that can be done with a coin. */ -enum TALER_EXCHANGEDB_TransactionType -{ +enum TALER_EXCHANGEDB_TransactionType { + /** * /deposit operation. */ |