aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/formdata.h')
-rw-r--r--lib/formdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.h b/lib/formdata.h
index 4a0d8509d..35a5ca7a8 100644
--- a/lib/formdata.h
+++ b/lib/formdata.h
@@ -49,6 +49,6 @@ int Curl_FormReader(char *buffer,
char *Curl_FormBoundary(void);
-void Curl_FormFree(struct FormData *);
+void Curl_formclean(struct FormData *);
#endif