pop3-proxy.h revision ba90e657bc68a72ab3b3021e2f4a874fac9965ba
#ifndef __POP3_PROXY_H
#define __POP3_PROXY_H
int pop3_proxy_new(struct pop3_client *client, const char *host,
unsigned int port, const char *user, const char *password);
#endif