diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_pq_lib.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 6570cb95..980ca29b 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -179,7 +179,7 @@ TALER_PQ_QUERY_PARAM_RSA_SIGNATURE(const struct GNUNET_CRYPTO_rsa_Signature *x);   * @param x pointer to the query parameter to pass   */  struct TALER_PQ_QueryParam -TALER_PQ_QUERY_PARAM_ABSOLUTE_TIME(struct GNUNET_TIME_Absolute x); +TALER_PQ_QUERY_PARAM_ABSOLUTE_TIME(const struct GNUNET_TIME_Absolute *x);  /** | 
