diff options
| author | Ian C <ianc@noddybox.co.uk> | 2003-12-05 02:33:05 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2003-12-05 02:33:05 +0000 |
| commit | c25680ee19e813f15f54b5abd43062bace295852 (patch) | |
| tree | 24a5df3fabdad7c14f934973384098b8cc2717b4 /src/pop3.h | |
| parent | 8520befe602e9b90d455342068a623f2cf89f631 (diff) | |
Initial working version
Diffstat (limited to 'src/pop3.h')
| -rw-r--r-- | src/pop3.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ typedef enum POP3_COMMERROR, POP3_NOCONNECT, POP3_BADUSER, - POP3_BADPASSWD + POP3_BADPASSWD, + POP3_BADDELETE } POP3Status; /* ---------------------------------------- INTERFACES |
