adapt to GNUnet API change
This commit is contained in:
parent
de9fdf860a
commit
9c194f79a5
@ -70,6 +70,7 @@ TAH_PARSE_post_json (struct MHD_Connection *connection,
|
||||
enum GNUNET_JSON_PostResult pr;
|
||||
|
||||
pr = GNUNET_JSON_post_parser (REQUEST_BUFFER_MAX,
|
||||
connection,
|
||||
con_cls,
|
||||
upload_data,
|
||||
upload_data_size,
|
||||
|
@ -397,6 +397,7 @@ handle_admin_add_incoming (struct TALER_FAKEBANK_Handle *h,
|
||||
uint64_t row_id;
|
||||
|
||||
pr = GNUNET_JSON_post_parser (REQUEST_BUFFER_MAX,
|
||||
connection,
|
||||
con_cls,
|
||||
upload_data,
|
||||
upload_data_size,
|
||||
@ -523,6 +524,7 @@ handle_reject (struct TALER_FAKEBANK_Handle *h,
|
||||
int found;
|
||||
|
||||
pr = GNUNET_JSON_post_parser (REQUEST_BUFFER_MAX,
|
||||
connection,
|
||||
con_cls,
|
||||
upload_data,
|
||||
upload_data_size,
|
||||
|
@ -70,6 +70,7 @@ TEH_PARSE_post_json (struct MHD_Connection *connection,
|
||||
enum GNUNET_JSON_PostResult pr;
|
||||
|
||||
pr = GNUNET_JSON_post_parser (REQUEST_BUFFER_MAX,
|
||||
connection,
|
||||
con_cls,
|
||||
upload_data,
|
||||
upload_data_size,
|
||||
|
Loading…
Reference in New Issue
Block a user