home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / writeflash / !MakeFlash / h / action next >
Text File  |  2000-04-23  |  224b  |  8 lines

  1.  
  2.  
  3. int action_read(ACTION *actionlist);
  4. int action_write(ACTION *actionlist, unsigned int n);
  5. int action_write_list(ACTION *actionlist, unsigned int n);
  6.  
  7. int add_action(ACTION **list, unsigned int *count, ACTION *newaction);
  8.