Still on making the compiler happy.
This commit is contained in:
parent
054fe2fb05
commit
c93e699d58
@ -537,7 +537,7 @@ static void
|
||||
add_incoming_cb (void *cls,
|
||||
unsigned int http_status,
|
||||
enum TALER_ErrorCode ec,
|
||||
uint64_t row_id,
|
||||
long long unsigned int row_id,
|
||||
struct GNUNET_TIME_Absolute timestamp,
|
||||
const json_t *json)
|
||||
{
|
||||
|
@ -195,7 +195,7 @@ static void
|
||||
add_incoming_cb (void *cls,
|
||||
unsigned int http_status,
|
||||
enum TALER_ErrorCode ec,
|
||||
uint64_t serial_id,
|
||||
long long unsigned int serial_id,
|
||||
struct GNUNET_TIME_Absolute timestamp,
|
||||
const json_t *full_response)
|
||||
{
|
||||
|
@ -626,7 +626,7 @@ static void
|
||||
execute_cb (void *cls,
|
||||
unsigned int http_status,
|
||||
enum TALER_ErrorCode ec,
|
||||
uint64_t serial_id,
|
||||
long long unsigned int serial_id,
|
||||
struct GNUNET_TIME_Absolute timestamp,
|
||||
const json_t *json)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user