examples: tidy-up headers and includes

To have a more similar layout across examples.

Closes #19580
This commit is contained in:
Viktor Szakats 2025-11-17 23:48:39 +01:00
parent 0a2618b265
commit 3c7cf8eac3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
96 changed files with 116 additions and 121 deletions

View file

@ -25,12 +25,10 @@
* using the multi interface to do a multipart formpost without blocking
* </DESC>
*/
/*
* Warning: this example uses the deprecated form api. See "multi-post.c"
* for a similar example using the mime api.
* Warning: this example uses the deprecated form API. See "multi-post.c"
* for a similar example using the mime API.
*/
#include <stdio.h>
#include <string.h>