added const to the prompt char * in the proto

This commit is contained in:
Daniel Stenberg 2001-08-14 08:27:07 +00:00
parent 4df9d94414
commit f195502064
1 changed files with 1 additions and 1 deletions

View File

@ -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