home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / local / rewdir.c < prev    next >
Text File  |  1992-03-11  |  160b  |  12 lines

  1. #define INCL_DOSFILEMGR
  2. #include <os2.h>
  3.  
  4. #define __DIRENT_PRIVATE__
  5. #include <dirent.h>
  6.  
  7. void rewinddir(dir)
  8.    DIR *dir;
  9. {
  10.      dir->reset = 1;
  11. }
  12.