diff options
Diffstat (limited to 'src/include/anastasis_eufin_lib.h')
-rw-r--r-- | src/include/anastasis_eufin_lib.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/anastasis_eufin_lib.h b/src/include/anastasis_eufin_lib.h index 38eb61d..daff98a 100644 --- a/src/include/anastasis_eufin_lib.h +++ b/src/include/anastasis_eufin_lib.h | |||
@@ -22,10 +22,11 @@ | |||
22 | #ifndef ANASTASIS_EUFIN_LIB_H | 22 | #ifndef ANASTASIS_EUFIN_LIB_H |
23 | #define ANASTASIS_EUFIN_LIB_H | 23 | #define ANASTASIS_EUFIN_LIB_H |
24 | 24 | ||
25 | #define GNU_TALER_ERROR_CODES_H 1 | ||
26 | #include "anastasis_error_codes.h" | ||
25 | #include <jansson.h> | 27 | #include <jansson.h> |
26 | #include <gnunet/gnunet_curl_lib.h> | 28 | #include <gnunet/gnunet_curl_lib.h> |
27 | #include <taler/taler_util.h> | 29 | #include <taler/taler_util.h> |
28 | #include <taler/taler_error_codes.h> | ||
29 | 30 | ||
30 | 31 | ||
31 | /** | 32 | /** |
@@ -145,7 +146,6 @@ struct ANASTASIS_EUFIN_CreditDetails | |||
145 | * @param ec detailed error code | 146 | * @param ec detailed error code |
146 | * @param serial_id monotonically increasing counter corresponding to the transaction | 147 | * @param serial_id monotonically increasing counter corresponding to the transaction |
147 | * @param details details about the wire transfer | 148 | * @param details details about the wire transfer |
148 | * @param json detailed response from the HTTPD, or NULL if reply was not in JSON | ||
149 | * @return #GNUNET_OK to continue, #GNUNET_SYSERR to abort iteration | 149 | * @return #GNUNET_OK to continue, #GNUNET_SYSERR to abort iteration |
150 | */ | 150 | */ |
151 | typedef enum GNUNET_GenericReturnValue | 151 | typedef enum GNUNET_GenericReturnValue |
@@ -154,8 +154,7 @@ typedef enum GNUNET_GenericReturnValue | |||
154 | unsigned int http_status, | 154 | unsigned int http_status, |
155 | enum TALER_ErrorCode ec, | 155 | enum TALER_ErrorCode ec, |
156 | uint64_t serial_id, | 156 | uint64_t serial_id, |
157 | const struct ANASTASIS_EUFIN_CreditDetails *details, | 157 | const struct ANASTASIS_EUFIN_CreditDetails *details); |
158 | const json_t *json); | ||
159 | 158 | ||
160 | 159 | ||
161 | /** | 160 | /** |