aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-03-23 12:09:16 +0000
committerYang Tse <yangsita@gmail.com>2007-03-23 12:09:16 +0000
commit047cd1a5339628884a1572a1273e55d1cca951c1 (patch)
tree78da69395699d9a44ce6c1942c31502e5406ca6c /lib/sendf.h
parentf9eb61e90a9665dcf33bc57b77715798f339e0bb (diff)
fix leftover in previous commit
Diffstat (limited to 'lib/sendf.h')
-rw-r--r--lib/sendf.h4
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