summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp_time.h')
-rw-r--r--librabbitmq/amqp_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/amqp_time.h b/librabbitmq/amqp_time.h
index b7a6123..4478671 100644
--- a/librabbitmq/amqp_time.h
+++ b/librabbitmq/amqp_time.h
@@ -109,7 +109,7 @@ int amqp_time_ms_until(amqp_time_t time);
* AMQP_STATUS_TIMER_FAILURE is returned when the underlying call to get the
* current timestamp fails.
*/
-int amqp_time_tv_until(amqp_time_t time, const struct timeval *in,
+int amqp_time_tv_until(amqp_time_t time, struct timeval *in,
struct timeval **out);
/* Test whether current time is past the provided time.