1
0
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:
Daniel Stenberg 2001-08-14 08:27:07 +00:00
parent 4df9d94414
commit f195502064

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