Change #237757
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Wed 25 Jun 2025 11:46:26 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | d22057d78b27278588bc8c5188d41120d7498566 |
Comments
lib: address singleuse issues - markup some functions UNITTEST, so that they are static unless in a unit test build - make some functions #ifdef UNITTESTS as they are only used from unit tests - adjusted unit tests accordingly to use local prototypes for functions not global in the library Closes #17734
Changed files
- lib/llist.c
- lib/llist.h
- lib/uint-bset.c
- lib/uint-hash.c
- lib/uint-spbset.c
- lib/uint-spbset.h
- lib/uint-table.c
- lib/uint-table.h
- tests/unit/unit1300.c
- tests/unit/unit3212.c
- tests/unit/unit3213.c