view src/pop3-login/client-authenticate.h @ 7085:d60a2e859e38 HEAD

s/SS_LIBS/SSL_LIBS/
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jan 2008 21:54:06 +0200
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef CLIENT_AUTHENTICATE_H
#define CLIENT_AUTHENTICATE_H

bool cmd_capa(struct pop3_client *client, const char *args);
bool cmd_user(struct pop3_client *client, const char *args);
bool cmd_pass(struct pop3_client *client, const char *args);
bool cmd_auth(struct pop3_client *client, const char *args);
bool cmd_apop(struct pop3_client *client, const char *args);

#endif