diff --git a/hiper/hipev.c b/hiper/hipev.c index 936dfeebbd36caf3a2bf618f75adbd99908f66ae..c46e8abed31e8017b693623c8f7057cfe47352fb 100644 --- a/hiper/hipev.c +++ b/hiper/hipev.c @@ -74,7 +74,7 @@ struct fdinfo { long timeout; /* as set by libcurl */ struct event ev; /* */ int evset; /* true if the 'ev' struct has been used in a event_set() call */ - CURLMcode *multi; /* pointer to the multi handle */ + CURLM *multi; /* pointer to the multi handle */ int *running_handles; /* pointer to the running_handles counter */ };