diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 21:31:19 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-04 21:31:19 +0200 |
commit | 0a089db4ef9f6c50ec3e52a667dfb0f6a3c17c59 (patch) | |
tree | 89329045ede2c9451614708030f9fb2d1a9700ba /src/include/taler_extensions.h | |
parent | 0ad6a8cbfb4e6181a8db3547c0af42b9e914f5fc (diff) |
rename auction_brandt -> policy_auction
Diffstat (limited to 'src/include/taler_extensions.h')
-rw-r--r-- | src/include/taler_extensions.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/include/taler_extensions.h b/src/include/taler_extensions.h index 1ae8ad1e..f81b9653 100644 --- a/src/include/taler_extensions.h +++ b/src/include/taler_extensions.h @@ -31,12 +31,11 @@ enum TALER_Extension_Type { - TALER_Extension_Refund = 0, - TALER_Extension_AgeRestriction = 1, - TALER_Extension_P2P = 2, - TALER_Extension_AuctionBrandt = 3, - TALER_Extension_Escrow = 4, - TALER_Extension_MaxPredefined = 5 // Must be last of the predefined + TALER_Extension_AgeRestriction = 0, + TALER_Extension_PolicyRefund = 1, + TALER_Extension_PolicyAuction = 2, + TALER_Extension_PolicyEscrow = 3, + TALER_Extension_MaxPredefined = 4 // Must be last of the predefined }; |