home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / EDITOR / J414SRC.ARC / SCANDIR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-10  |  724 b   |  17 lines

  1. /***************************************************************************
  2.  * This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne.  JOVE *
  3.  * is 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.     alphacomp proto((UnivConstPtr, UnivConstPtr)),
  10.     scandir proto((char *dir, char ***nmptr,
  11.         int (*qualify) proto((char *)),
  12.         int (*sorter)(UnivConstPtr, UnivConstPtr)));
  13.  
  14. extern void
  15.     freedir proto((char * * *nmptr,int nentries));
  16.  
  17.