update, during the GUI for invitation changes

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1084 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
beardog_uk 2009-03-18 19:33:30 +00:00
parent f36e0ba3ae
commit efd9a2f056
3 changed files with 29 additions and 22 deletions

View file

@ -579,6 +579,11 @@ bool AuthXPGP::LoadCertificateFromFile(std::string filename, std::string &id)
return ProcessXPGP(xpgp, id);
}
//============================================================================
//! Saves something to filename
//! \returns true on success, false on failure
bool AuthXPGP::SaveCertificateToFile(std::string id, std::string filename)
{
#ifdef AUTHXPGP_DEBUG