diff options
author | Yang Tse <yangsita@gmail.com> | 2007-03-23 12:09:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-03-23 12:09:16 +0000 |
commit | 047cd1a5339628884a1572a1273e55d1cca951c1 (patch) | |
tree | 78da69395699d9a44ce6c1942c31502e5406ca6c /lib/sendf.h | |
parent | f9eb61e90a9665dcf33bc57b77715798f339e0bb (diff) | |
download | curl-047cd1a5339628884a1572a1273e55d1cca951c1.tar.gz |
fix leftover in previous commit
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sendf.h b/lib/sendf.h index 1a5d033fd..b3c3136d1 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -55,6 +55,10 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...); #endif +#else /* CURL_DISABLE_VERBOSE_STRINGS */ + +#define infof Curl_infof + #endif /* CURL_DISABLE_VERBOSE_STRINGS */ #define failf Curl_failf |