Skip to content
Snippets Groups Projects
Commit f1955020 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added const to the prompt char * in the proto

parent 4df9d944
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment