mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 22:09:34 -04:00
fixed compilation in new getpass method
This commit is contained in:
parent
af65ac1aa8
commit
f182b358f4
2 changed files with 10 additions and 2 deletions
|
@ -18,6 +18,8 @@
|
|||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace RsUtil {
|
||||
|
||||
std::string rs_getpass(const std::string& prompt,bool no_echo=true) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue