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 / Actions.h < prev    next >
Encoding:
Text File  |  1991-06-01  |  319 b   |  9 lines

  1.  
  2. short MakeNewName(char *NewName, char *fmt, char *OldName);
  3. short Touch(char *Name, struct DateStamp *ds);
  4. short Comment(char *Name, char *FileNote);
  5. short Protect(char *Name, long Protection);
  6. void DoAction(struct HeadFileList *hfl, short ActionNum);
  7. void InitAndDoAction(struct HeadFileList *hfl, short ActionNum);
  8.  
  9.