]> granicus.if.org Git - curl/commitdiff
added const to the prompt char * in the proto
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:27:07 +0000 (08:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:27:07 +0000 (08:27 +0000)
lib/getpass.h

index c90780bb238ad9389460244ad363113e8b5e6379..249a26ec6ed682bd6aef6691782f446965a26be1 100644 (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