mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:53:32 +03:00
tool_formparse: polish error message + make two functions static
Closes #21510
This commit is contained in:
parent
e0df43b9d3
commit
21687202d9
2 changed files with 7 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue