Starting to clean libretroshare

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/ammorais_branch@1341 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
ammorais 2009-07-09 18:48:54 +00:00
parent 511e040dcb
commit a8838b25fd
13 changed files with 2815 additions and 330 deletions

View file

@ -56,11 +56,11 @@ void CleanupRsConfig(RsInit *);
int InitRetroShare(int argc, char **argv, RsInit *config);
// This Functions are used for Login.
bool ValidateCertificate(RsInit *config, std::string &userName);
bool ValidateTrustedUser(RsInit *config, std::string fname, std::string &userName);
bool LoadPassword(RsInit *config, std::string passwd);
bool RsGenerateCertificate(RsInit *config, std::string name, std::string org,
std::string loc, std::string country, std::string passwd, std::string &errString);
//bool ValidateCertificate(RsInit *config, std::string &userName);
//bool ValidateTrustedUser(RsInit *config, std::string fname, std::string &userName);
//bool LoadPassword(RsInit *config, std::string passwd);
//bool RsGenerateCertificate(RsInit *config, std::string name, std::string org,
// std::string loc, std::string country, std::string passwd, std::string &errString);
/* Auto Login Fns */
bool RsTryAutoLogin(RsInit *config);