Change #255058
| 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 | 2ded1e3c6e9c1ad78c1ca04a44b09d73c488070d |
Comments
lib: reorder protocol functions to avoid forward declarations (email) For protocols: imap, pop3, smtp. Move protocol hander table to the end of sources, rearrange static functions is reverse dependency order as necessary. Closes #20275
Changed files
- lib/imap.c
- lib/pop3.c
- lib/smtp.c