]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/setbuf.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / libio / setbuf.c
index a418bc1f32efd3825814c2ad37ffa0f28e33985f..251b48795844ee54499bd8dbc3e914bbe2394d31 100644 (file)
@@ -28,9 +28,7 @@
 #include "stdio.h"
 
 void
-setbuf (fp, buf)
-     _IO_FILE *fp;
-     char *buf;
+setbuf (_IO_FILE *fp, char *buf)
 {
   _IO_setbuffer (fp, buf, _IO_BUFSIZ);
 }