diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-09 01:17:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-09 01:17:37 +0200 |
commit | 808dc10bf4c0bffda06a2f617f361a0c2ea7ef58 (patch) | |
tree | b99fedef69bd7210068164a05beb2d80495239a6 /src/include | |
parent | 6621ec8fb74474a5ea342020bcebefd9030aced7 (diff) |
add skeletons for new DB API functions
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_auditordb_plugin.h | 10 |
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); /** |