mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 08:10:46 -04:00
Clarify pointer ownership decorators documentation
Use old char* in PGP functionas asked by Cyril
This commit is contained in:
parent
e406a1fb8b
commit
3f38d04680
3 changed files with 22 additions and 18 deletions
|
@ -632,7 +632,7 @@ std::string PGPHandler::SaveCertificateToString(const RsPgpId& id,bool include_s
|
|||
|
||||
bool PGPHandler::exportPublicKey(
|
||||
const RsPgpId& id,
|
||||
rs_view_ptr<unsigned char>& mem_block, size_t& mem_size,
|
||||
unsigned char*& mem_block, size_t& mem_size,
|
||||
bool armoured, bool include_signatures ) const
|
||||
{
|
||||
mem_block = nullptr; mem_size = 0; // clear just in case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue