]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/vscanf.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / vscanf.c
index 5a17c1d419de8c802c5f75dfd2aeb6dd884a76bf..223f84f9c559900db9badde3093b5c81c1b3f05c 100644 (file)
@@ -30,9 +30,7 @@
 #undef vscanf
 
 int
-_IO_vscanf (format, args)
-     const char *format;
-     _IO_va_list args;
+_IO_vscanf (const char *format, _IO_va_list args)
 {
   return _IO_vfscanf (_IO_stdin, format, args, NULL);
 }