mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
pop3: use meta hashes at easy handle and connection
Keep the pop3 related protocol information in the meta hashes at easy handle and connection. Move the struct definitions inside pop3.c Closes #17236
This commit is contained in:
parent
a2d90d4ba5
commit
76d13c721b
5 changed files with 263 additions and 150 deletions
|
|
@ -85,6 +85,7 @@
|
|||
#include "speedcheck.h"
|
||||
#include "warnless.h"
|
||||
#include "getinfo.h"
|
||||
#include "pop3.h"
|
||||
#include "urlapi-int.h"
|
||||
#include "system_win32.h"
|
||||
#include "hsts.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue