From 08ef208fb78fb2eabc5cec08c23e74e251eac898 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2002 11:13:01 +0000 Subject: added disable-[protocol] support, largely provided by Miklos Nemeth --- lib/dict.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/dict.h') diff --git a/lib/dict.h b/lib/dict.h index ca76d36c1..cee36e073 100644 --- a/lib/dict.h +++ b/lib/dict.h @@ -23,7 +23,8 @@ * * $Id$ *****************************************************************************/ +#ifndef CURL_DISABLE_DICT CURLcode Curl_dict(struct connectdata *conn); CURLcode Curl_dict_done(struct connectdata *conn); - +#endif #endif -- cgit v1.2.1