home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / scandir.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  705b  |  19 lines

  1. /************************************************************************
  2.  * This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  *
  3.  * provided to you without charge, and with no warranty.  You may give  *
  4.  * away copies of JOVE, including sources, provided that this notice is *
  5.  * included in all the files.                                           *
  6.  ************************************************************************/
  7.  
  8. extern int
  9.     jscandir proto((char *dir, char ***nmptr,
  10.         bool (*qualify) ptrproto((char *)),
  11.         int (*sorter) ptrproto((UnivConstPtr, UnivConstPtr))));
  12.  
  13. extern void
  14.     freedir proto((char ***nmptr,int nentries));
  15.  
  16. #ifdef MSFILESYSTEM
  17. extern bool    MatchDir;
  18. #endif
  19.