aboutsummaryrefslogtreecommitdiffstats
path: root/curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'curl.h')
-rw-r--r--curl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/curl.h b/curl.h
deleted file mode 100644
index 7507d78..0000000
--- a/curl.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef HAVE_LIBCURL
-extern int curl_is_url(const char *url);
-#else
-static inline int curl_is_url(const char *url) { return 0; }
-#endif