mirror of
https://github.com/curl/curl.git
synced 2026-06-02 01:54:39 +03:00
checksrc
This commit is contained in:
parent
b15d51dad3
commit
39e3bd0e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -2607,7 +2607,7 @@ struct curl_forms {
|
|||
***************************************************************************/
|
||||
typedef enum {
|
||||
CURL_FORMADD_SIGNED = -1, /* to ensure signed type, never use! */
|
||||
CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, "") = 0, /* 1st, no error */
|
||||
CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, "") = 0, /* no error */
|
||||
|
||||
CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""),
|
||||
CURL_FORMADD_OPTION_TWICE CURL_DEPRECATED(7.56.0, ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue