aboutsummaryrefslogtreecommitdiffstats
path: root/src/gevent/gevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gevent/gevent.h')
-rw-r--r--src/gevent/gevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gevent/gevent.h b/src/gevent/gevent.h
index 121895ba..203fbb9a 100644
--- a/src/gevent/gevent.h
+++ b/src/gevent/gevent.h
@@ -157,7 +157,7 @@ void geventDetachSource(GListener *pl, GSourceHandle gsh);
*
* @return NULL on timeout
*/
-GEvent *geventEventWait(GListener *pl, delaytime_t timeout);
+GEvent *geventEventWait(GListener *pl, gDelay timeout);
/**
* @brief Release the GEvent buffer associated with a listener.