summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-09 01:17:37 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-09 01:17:37 +0200
commit808dc10bf4c0bffda06a2f617f361a0c2ea7ef58 (patch)
treeb99fedef69bd7210068164a05beb2d80495239a6 /src/include
parent6621ec8fb74474a5ea342020bcebefd9030aced7 (diff)
downloadexchange-808dc10bf4c0bffda06a2f617f361a0c2ea7ef58.tar.gz
exchange-808dc10bf4c0bffda06a2f617f361a0c2ea7ef58.tar.bz2
exchange-808dc10bf4c0bffda06a2f617f361a0c2ea7ef58.zip
add skeletons for new DB API functions
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 558460838..cc75fb014 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -583,11 +583,11 @@ struct TALER_AUDITORDB_Plugin
* @return #GNUNET_OK on success, #GNUNET_SYSERR on failure
*/
int
- (*select_historic_denom_revnue)(void *cls,
- struct TALER_AUDITORDB_Session *session,
- const struct TALER_MasterPublicKeyP *master_pub,
- void *cb, /* FIXME: fix type */
- void *cb_cls);
+ (*select_historic_denom_revenue)(void *cls,
+ struct TALER_AUDITORDB_Session *session,
+ const struct TALER_MasterPublicKeyP *master_pub,
+ void *cb, /* FIXME: fix type */
+ void *cb_cls);
/**