Change #255057
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 13 Jan 2026 01:31:27 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 07926b59828936117a7c6662f850bc09edb14357 |
Comments
lib: reorder protocol functions to avoid forward declarations (misc) For protocols: dict, file, gopher, tftp, http, mqtt, smb. Move protocol hander table to the end of sources, rearrange static functions is reverse dependency order as necessary. Closes #20274
Changed files
- lib/dict.c
- lib/file.c
- lib/gopher.c
- lib/http.c
- lib/mqtt.c
- lib/smb.c
- lib/tftp.c