(regex_compile) <normal_char>: Pay attention to multibyteness.
[gnulib.git] / lib / getpass.c
index 08edd28..a5e87e8 100644 (file)
@@ -35,8 +35,7 @@
 #endif
 
 char *
-getpass (prompt)
-     const char *prompt;
+getpass (const char *prompt)
 {
   FILE *in, *out;
   struct termios s, t;