X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=0e73eb3682594c2533358181624c385726009f81;hp=e41ad212ff0091b328c16163b48dcae901b3c67c;hb=405c97a03c1949e59a154520d2cc24a297aa6ea1;hpb=b3ead2d126e855e77ee7bc0d901c624a5633edbb diff --git a/http_api.c b/http_api.c index e41ad21..0e73eb3 100644 --- a/http_api.c +++ b/http_api.c @@ -763,6 +763,9 @@ static inline void _http_curl_getinfo(CURL *ch, HashTable *info TSRMLS_DC) } /* }}} */ +#endif +/* }}} HAVE_CURL */ + /* {{{ Day/Month/TZ checks for http_parse_date() Originally by libcurl, Copyright (C) 1998 - 2004, Daniel Stenberg, , et al. */ static int check_day(char *day, size_t len) @@ -808,9 +811,6 @@ static int check_tzone(char *tzone) } /* }}} */ -#endif -/* }}} HAVE_CURL */ - /* }}} internals */ /* {{{ public API */