File: curl.h

package info (click to toggle)
fbi 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,044 kB
  • sloc: ansic: 24,426; sh: 138; perl: 16; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (8)
1
2
3
4
5
#ifdef HAVE_LIBCURL
extern int curl_is_url(const char *url);
#else
static inline int curl_is_url(const char *url) { return 0; }
#endif