client-authenticate.h revision e3a317209a903361987b60ccd763de72dfa174b9
#ifndef __CLIENT_AUTHENTICATE_H
#define __CLIENT_AUTHENTICATE_H
int cmd_capa(struct pop3_client *client, const char *args);
int cmd_user(struct pop3_client *client, const char *args);
int cmd_pass(struct pop3_client *client, const char *args);
int cmd_auth(struct pop3_client *client, const char *args);
#endif