diff options
Diffstat (limited to 'lib/dict.h')
-rw-r--r-- | lib/dict.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dict.h b/lib/dict.h index d3da1936f..eb4fb9d3b 100644 --- a/lib/dict.h +++ b/lib/dict.h @@ -24,7 +24,6 @@ * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_DICT -CURLcode Curl_dict(struct connectdata *conn, bool *done); -CURLcode Curl_dict_done(struct connectdata *conn); +extern const struct Curl_handler Curl_handler_dict; #endif #endif |