Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
authenticate.h
Go to the documentation of this file.
1
7#ifndef authenticate_h_included
8#define authenticate_h_included
9#include <string>
10
11#include "depot.h"
12
13namespace Binc {
14 int authenticate(Depot &, const std::string &username,
15 const std::string &password, const std::string &challenge);
16}
17
18#endif
Definition: bincimapd.cc:9
int authenticate(Depot &, const std::string &username, const std::string &password, const std::string &challenge)