branch update for HEAD-2003021201
[reactos.git] / lib / msvcrt / stdio / fwalk.c
index f7d261b..f1e117f 100644 (file)
@@ -2,11 +2,11 @@
 #include <msvcrt/stdio.h>
 #include <msvcrt/internal/file.h>
 
-// not exported by crtdll
+
+// not exported by msvcrt or crtdll
 __file_rec *__file_rec_list;
 
-void
-_fwalk(void (*func)(FILE *))
+void _fwalk(void (*func)(FILE *))
 {
   __file_rec *fr;
   int i;