moved here from the newlib branch
[platform/upstream/curl.git] / lib / dict.h
index edff0c4..85e6e3b 100644 (file)
@@ -40,6 +40,7 @@
  *
  * ------------------------------------------------------------
  ****************************************************************************/
-UrgError dict(struct UrlData *data, char *path, long *bytecountp);
+CURLcode dict(struct connectdata *conn);
+CURLcode dict_done(struct connectdata *conn);
 
 #endif