diff options
-rw-r--r-- | lib/getpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getpass.h b/lib/getpass.h index c90780bb2..249a26ec6 100644 --- a/lib/getpass.h +++ b/lib/getpass.h @@ -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 |