tool_formparse: polish error message + make two functions static

Closes #21510
This commit is contained in:
Daniel Stenberg 2026-05-06 08:50:44 +02:00
parent e0df43b9d3
commit 21687202d9
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 7 additions and 10 deletions

View file

@ -57,10 +57,6 @@ struct tool_mime {
curl_off_t curpos; /* Stdin current read position. */
};
size_t tool_mime_stdin_read(char *buffer,
size_t size, size_t nitems, void *arg);
int tool_mime_stdin_seek(void *instream, curl_off_t offset, int whence);
int formparse(const char *input,
struct tool_mime **mimeroot,
struct tool_mime **mimecurrent,