add more explicit param names

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-14 00:37:15 +00:00
parent a38799a98e
commit 810481c8b7
2 changed files with 5 additions and 5 deletions

View file

@ -634,7 +634,7 @@ bool p3Peers::isDummyFriend(std::string ssl_id) {
return ret;
}
bool p3Peers::removeFriend(std::string id)
bool p3Peers::removeFriend(std::string ssl_or_gpgid)
{
#ifdef P3PEERS_DEBUG
std::cerr << "p3Peers::removeFriend() " << id;