diff options
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/exchangedb_signkeys.c | 1 | ||||
| -rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 7 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/src/exchangedb/exchangedb_signkeys.c b/src/exchangedb/exchangedb_signkeys.c index 8273c84b..866bf4d3 100644 --- a/src/exchangedb/exchangedb_signkeys.c +++ b/src/exchangedb/exchangedb_signkeys.c @@ -117,6 +117,7 @@ TALER_EXCHANGEDB_signing_keys_iterate (const char *exchange_base_dir,   * Obtain the name of the directory we use to store signing   * keys created at time @a start.   * + * @param exchange_directory base director where we store key material   * @param start time at which we create the signing key   * @return name of the directory we should use, basically "$EXCHANGEDIR/$TIME/";   *         (valid until next call to this function) diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 38f7988d..7ef6cef9 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2762,7 +2762,7 @@ postgres_have_deposit (void *cls,   *   * @param cls the @e cls of this struct with the plugin-specific state   * @param session connection to the database - * @param deposit_serial_id identifies the deposit row to modify + * @param rowid identifies the deposit row to modify   * @return #GNUNET_OK on success, #GNUNET_SYSERR on error   */  static int @@ -2867,7 +2867,7 @@ postgres_test_deposit_done (void *cls,   *   * @param cls the @e cls of this struct with the plugin-specific state   * @param session connection to the database - * @param deposit_serial_id identifies the deposit row to modify + * @param rowid identifies the deposit row to modify   * @return #GNUNET_OK on success, #GNUNET_SYSERR on error   */  static int @@ -6131,8 +6131,7 @@ postgres_select_reserve_closed_above_serial_id (void *cls,   * @param coin_sig signature of the coin of type #TALER_SIGNATURE_WALLET_COIN_PAYBACK   * @param coin_blind blinding key of the coin   * @param amount total amount to be paid back - * @param receiver_account_details who should receive the funds - * @parma h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry) + * @param h_blind_ev hash of the blinded coin's envelope (must match reserves_out entry)   * @param timestamp current time (rounded)   * @return #GNUNET_OK on success,   *         #GNUNET_SYSERR on DB errors | 
