aboutsummaryrefslogtreecommitdiff
path: root/lib/easyif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/easyif.h')
-rw-r--r--lib/easyif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/easyif.h b/lib/easyif.h
index c55819396..eed160577 100644
--- a/lib/easyif.h
+++ b/lib/easyif.h
@@ -25,6 +25,9 @@
/*
* Prototypes for library-wide functions provided by easy.c
*/
+#ifdef CURLDEBUG
+CURLcode curl_easy_perform_ev(CURL *easy);
+#endif
#endif /* HEADER_CURL_EASYIF_H */