diff options
Diffstat (limited to 'src/bin/jp2/windirent.h')
| -rw-r--r-- | src/bin/jp2/windirent.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/jp2/windirent.h b/src/bin/jp2/windirent.h index b7ed9a3c..19509822 100644 --- a/src/bin/jp2/windirent.h +++ b/src/bin/jp2/windirent.h @@ -285,7 +285,9 @@ extern "C" { static DIR *opendir(const char *dirname); static struct dirent *readdir(DIR *dirp); static int closedir(DIR *dirp); +#ifdef unused static void rewinddir(DIR *dirp); +#endif /* * Implement dirent interface as static functions so that the user does not @@ -544,6 +546,7 @@ closedir(DIR *dirp) } +#ifdef unused /* * <function name="rewinddir"> * <intro>rewind directory stream to the beginning @@ -593,7 +596,7 @@ rewinddir(DIR *dirp) /*EMPTY*/; } } - +#endif /* * Open native directory stream object and retrieve first file. |
