Cross Reference: pop3-proxy.h
xref
: /
dovecot
/
src
/
pop3-login
/
pop3-proxy.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
POP3_PROXY_H
#
define
POP3_PROXY_H
void
pop3_proxy_reset
(
struct
client
*
client
);
int
pop3_proxy_parse_line
(
struct
client
*
client
,
const
char
*
line
);
void
pop3_proxy_error
(
struct
client
*
client
,
const
char
*
text
);
const
char
*
pop3_proxy_get_state
(
struct
client
*
client
);
#
endif