diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-12 15:56:48 +0200 |
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-12 15:56:48 +0200 |
| commit | 054fe2fb056dbfa200775a7c175b15af5ca7b638 (patch) | |
| tree | ea883044ccb5da0823057588fc3a32f884091ee1 /src/include | |
| parent | 9b33452ad515ef8bae0552fd5df8fd29146b7dba (diff) | |
Address more warnings on types.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_bank_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index 2cebbe6e..f54c79b0 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -108,7 +108,7 @@ typedef void (*TALER_BANK_AdminAddIncomingResultCallback) (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); |
