home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / 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.