Commit f1955020 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added const to the prompt char * in the proto

parent 4df9d944
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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