mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
source cleanup: remove all custom typedef structs
- Stick to a single unified way to use structs
- Make checksrc complain on 'typedef struct {'
- Allow them in tests, public headers and examples
- Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually
typedef different types/structs depending on build conditions.
Closes #5338
This commit is contained in:
parent
5d54b5e697
commit
8df455479f
71 changed files with 718 additions and 672 deletions
2
docs/examples/.checksrc
Normal file
2
docs/examples/.checksrc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
disable TYPEDEFSTRUCT
|
||||
disable SNPRINTF
|
||||
Loading…
Add table
Add a link
Reference in a new issue