aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 3c94af55f..6d89f28ec 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -467,8 +467,8 @@ struct curl_slist {
struct curl_slist *next;
};
-struct curl_slist *curl_slist_append(struct curl_slist *list, char *data);
-void curl_slist_free_all(struct curl_slist *list);
+struct curl_slist *curl_slist_append(struct curl_slist *, const char *);
+void curl_slist_free_all(struct curl_slist *);
/*
* NAME curl_getdate()