git » libjio » commit 99bb7f5

Fix the ANSI jrewind() wrapper definition.

author Alberto Bertogli
2004-11-26 05:18:01 UTC
committer Alberto Bertogli
2007-07-15 13:43:09 UTC
parent 84b8e21ccf3a6a199007be65ad751b37e9b3be47

Fix the ANSI jrewind() wrapper definition.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

libjio.h +1 -1

diff --git a/libjio.h b/libjio.h
index 7e2e43e..7c24796 100644
--- a/libjio.h
+++ b/libjio.h
@@ -139,7 +139,7 @@ void jclearerr(struct jfs *stream);
 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);