aboutsummaryrefslogtreecommitdiffstats
path: root/curl.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-01-18 10:33:52 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-01-18 10:34:42 +0100
commit63d51144092e0c51e65221f1544d7aef2950eec9 (patch)
tree40ea38e8639adc2d7b20d604f8717b78daeeefc3 /curl.h
parent4f83229c9b7ff9d267968a85f8f7c5ef3d18e11d (diff)
downloadfbida-63d51144092e0c51e65221f1544d7aef2950eec9.tar.gz
drop curl support
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