Fri Nov 26 02:18:01 ART 2004  Alberto Bertogli (albertogli@telpin.com.ar)
  * Fix the ANSI jrewind() wrapper definition.
diff -rN -u old-libjio/libjio.h new-libjio/libjio.h
--- old-libjio/libjio.h	2005-03-10 15:15:09.897887406 -0300
+++ new-libjio/libjio.h	2005-03-10 15:15:09.957880958 -0300
@@ -139,7 +139,7 @@
 int jferror(struct jfs *stream);
 int jfseek(struct jfs *stream, long offset, int whence);
 int jftell(struct jfs *stream);
-void frewind(struct jfs *stream);
+void jrewind(struct jfs *stream);
 FILE *jfsopen(struct jfs *stream, const char *mode);
 
 


