aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis_database_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_database_plugin.h')
-rw-r--r--src/include/anastasis_database_plugin.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/anastasis_database_plugin.h b/src/include/anastasis_database_plugin.h
index b698103..e5012a6 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -136,7 +136,7 @@ enum ANASTASIS_DB_StoreStatus
136typedef void 136typedef void
137(*ANASTASIS_DB_PaymentPendingIterator)( 137(*ANASTASIS_DB_PaymentPendingIterator)(
138 void *cls, 138 void *cls,
139 struct GNUNET_TIME_Absolute timestamp, 139 struct GNUNET_TIME_Timestamp timestamp,
140 const struct ANASTASIS_PaymentSecretP *payment_secret, 140 const struct ANASTASIS_PaymentSecretP *payment_secret,
141 const struct TALER_Amount *amount); 141 const struct TALER_Amount *amount);
142 142
@@ -468,7 +468,7 @@ struct ANASTASIS_DatabasePlugin
468 (*lookup_account)( 468 (*lookup_account)(
469 void *cls, 469 void *cls,
470 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub, 470 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub,
471 struct GNUNET_TIME_Absolute *paid_until, 471 struct GNUNET_TIME_Timestamp *paid_until,
472 struct GNUNET_HashCode *recovery_data_hash, 472 struct GNUNET_HashCode *recovery_data_hash,
473 uint32_t *version); 473 uint32_t *version);
474 474
@@ -525,7 +525,7 @@ struct ANASTASIS_DatabasePlugin
525 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub, 525 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub,
526 const struct ANASTASIS_PaymentSecretP *payment_identifier, 526 const struct ANASTASIS_PaymentSecretP *payment_identifier,
527 struct GNUNET_TIME_Relative lifetime, 527 struct GNUNET_TIME_Relative lifetime,
528 struct GNUNET_TIME_Absolute *paid_until); 528 struct GNUNET_TIME_Timestamp *paid_until);
529 529
530 530
531 /** 531 /**
@@ -543,7 +543,7 @@ struct ANASTASIS_DatabasePlugin
543 void *cls, 543 void *cls,
544 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub, 544 const struct ANASTASIS_CRYPTO_AccountPublicKeyP *account_pub,
545 const struct ANASTASIS_PaymentSecretP *payment_identifier, 545 const struct ANASTASIS_PaymentSecretP *payment_identifier,
546 struct GNUNET_TIME_Absolute eol); 546 struct GNUNET_TIME_Timestamp eol);
547 547
548 548
549 /** 549 /**
@@ -596,7 +596,7 @@ struct ANASTASIS_DatabasePlugin
596 (*check_truth_upload_paid)( 596 (*check_truth_upload_paid)(
597 void *cls, 597 void *cls,
598 const struct ANASTASIS_CRYPTO_TruthUUIDP *uuid, 598 const struct ANASTASIS_CRYPTO_TruthUUIDP *uuid,
599 struct GNUNET_TIME_Absolute *paid_until); 599 struct GNUNET_TIME_Timestamp *paid_until);
600 600
601 601
602 /** 602 /**
@@ -653,7 +653,7 @@ struct ANASTASIS_DatabasePlugin
653 void *cls, 653 void *cls,
654 const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid, 654 const struct ANASTASIS_CRYPTO_TruthUUIDP *truth_uuid,
655 const uint64_t code, 655 const uint64_t code,
656 struct GNUNET_TIME_Absolute after); 656 struct GNUNET_TIME_Timestamp after);
657 657
658 658
659 /** 659 /**
@@ -679,7 +679,7 @@ struct ANASTASIS_DatabasePlugin
679 struct GNUNET_TIME_Relative rotation_period, 679 struct GNUNET_TIME_Relative rotation_period,
680 struct GNUNET_TIME_Relative validity_period, 680 struct GNUNET_TIME_Relative validity_period,
681 uint32_t retry_counter, 681 uint32_t retry_counter,
682 struct GNUNET_TIME_Absolute *retransmission_date, 682 struct GNUNET_TIME_Timestamp *retransmission_date,
683 uint64_t *code); 683 uint64_t *code);
684 684
685 685
@@ -780,7 +780,7 @@ struct ANASTASIS_DatabasePlugin
780 const struct TALER_Amount *amount, 780 const struct TALER_Amount *amount,
781 const char *debit_account, 781 const char *debit_account,
782 const char *credit_account, 782 const char *credit_account,
783 struct GNUNET_TIME_Absolute execution_date); 783 struct GNUNET_TIME_Timestamp execution_date);
784 784
785 785
786 /** 786 /**
@@ -802,7 +802,7 @@ struct ANASTASIS_DatabasePlugin
802 (*test_auth_iban_payment)( 802 (*test_auth_iban_payment)(
803 void *cls, 803 void *cls,
804 const char *debit_account, 804 const char *debit_account,
805 struct GNUNET_TIME_Absolute earliest_date, 805 struct GNUNET_TIME_Timestamp earliest_date,
806 ANASTASIS_DB_AuthIbanTransfercheck cb, 806 ANASTASIS_DB_AuthIbanTransfercheck cb,
807 void *cb_cls); 807 void *cb_cls);
808 808