diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-11-24 05:17:33 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-11-24 05:17:33 -0500 |
commit | a16f8ac9bbdafc11b293860619907836f651ead1 (patch) | |
tree | 8f3afb5e77f324109d3062a50fad2d25b81a871b /src/include | |
parent | 699b38cc967f1cb87b87a0619f8215db7e298506 (diff) |
update
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 1 | ||||
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 3 | ||||
-rw-r--r-- | src/include/taler_merchantdb_plugin.h | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index e3894cc5..ea9c8464 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -18,6 +18,7 @@ * @brief C interface of libtalermerchant, a C library to use merchant's HTTP API * @author Christian Grothoff * @author Marcello Stanisci + * @author Priscilla HUANG */ #ifndef _TALER_MERCHANT_SERVICE_H #define _TALER_MERCHANT_SERVICE_H diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index efcfd7f6..9a4a8372 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -21,7 +21,8 @@ * @file taler_merchant_testing_lib.h * @brief API for writing an interpreter to test Taler components * @author Christian Grothoff <christian@grothoff.org> - * @author Marcello Stanisci + * @author Marcello Shtanisci + * @author Priscilla HUANG */ #ifndef TALER_MERCHANT_TESTING_LIB_H #define TALER_MERCHANT_TESTING_LIB_H diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index bfc2d51a..1fa58ecd 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -18,6 +18,7 @@ * @brief database access for the merchant * @author Florian Dold * @author Christian Grothoff + * @author Priscilla Huang */ #ifndef TALER_MERCHANTDB_PLUGIN_H #define TALER_MERCHANTDB_PLUGIN_H |