home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QS.ZIP / LIB / READDIR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-07  |  681 b   |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    r e a d d i r . h                                               */
  3. /*                                                                    */
  4. /*    Reads a spooling directory with optional pattern matching       */
  5. /*                                                                    */
  6. /*    Copyright 1991 (C), Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. char       *xreaddir(char *xname,
  10.                     const char *remote,
  11.                     const char *subdir,
  12.                           char *pattern );
  13.