mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
added const to the prompt char * in the proto
This commit is contained in:
parent
4df9d94414
commit
f195502064
@ -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…
Reference in New Issue
Block a user