Loading lib/getpass.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ /* * Returning NULL will abort the continued operation! */ char* getpass_r(char *prompt, char* buffer, size_t buflen ); char* getpass_r(const char *prompt, char* buffer, size_t buflen ); #endif #endif Loading
lib/getpass.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ /* * Returning NULL will abort the continued operation! */ char* getpass_r(char *prompt, char* buffer, size_t buflen ); char* getpass_r(const char *prompt, char* buffer, size_t buflen ); #endif #endif