mirror of
https://github.com/curl/curl.git
synced 2026-05-04 23:49:59 +03:00
added const to the prompt char * in the proto
This commit is contained in:
parent
4df9d94414
commit
f195502064
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue