home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / dirutils / browser.lzh / Browser / BrowserII_Src.LZH / proto / File.h < prev    next >
Encoding:
Text File  |  1991-05-05  |  336 b   |  9 lines

  1.  
  2. short GetFib(char *Name, struct FileInfoBlock *fib, BOOL Request);
  3. BOOL Fib2Fi(struct FileInfo *fi, struct FileInfoBlock *fib);
  4. void CleanFileInfo(struct FileInfo *FileInfo);
  5. void CopyFileInfo(struct FileInfo *Dest, struct FileInfo *Src);
  6. BOOL MatchFilters(struct FileInfo *, struct SelectInfo *);
  7. long Date2Secs(struct DateStamp *);
  8.  
  9.