diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-20 18:15:33 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-20 18:15:33 +0200 |
commit | db9fb04edcdafd0052a5652084ede7ca75885cef (patch) | |
tree | 0dce53e9324ce5d2bba77fd00ecda280d4a1e3f3 /src/testing/testing_api_loop.c | |
parent | 2f8e3d31e7872e696e14ead5b264ada4e2500dde (diff) | |
parent | 430bb0624ae60e78c3e9855bd7827cc407471871 (diff) |
Merge branch 'age-withdraw', after implementing testing-commands
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r-- | src/testing/testing_api_loop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 2a8e3d0b..781028bf 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -31,6 +31,9 @@ #include "taler_testing_lib.h" +/** + * The interpreter and its state + */ struct TALER_TESTING_Interpreter { |