home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / src / dirseek.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-21  |  424 b   |  19 lines

  1. /* $Id: dirseek.h,v 1.3 1995/10/21 18:41:28 tom Exp $
  2.  *
  3.  * interface of dirseek.c
  4.  */
  5.  
  6. #ifndef DIRSEEK_H
  7. #define DIRSEEK_H
  8.  
  9. #include "dclarg.h"
  10.  
  11. #define    tDIRSEEK \
  12.     void    (*for_each)(char *buf, int len, unsigned status)
  13.  
  14. extern    int    dirseek ( char *cmd_, DCLARG *d_, int mfld, int need);
  15. extern    int    dirseek_spec (DCLARG *spec, int implicit, tDIRSEEK);
  16. extern    int    dirseek_spec2 (char *spec, tDIRSEEK);
  17.  
  18. #endif /* DIRSEEK_H */
  19.