home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / workbench / fv-220 / edit.h < prev    next >
Encoding:
Text File  |  1997-12-13  |  938 b   |  31 lines

  1. /* fv is a binary file editor written by Chris Hooper (cdh@mtu.edu)
  2.  *      on 6-2-91 and has gone through many revisions since then.
  3.  *      Much inspiration was given by Bill Moore, the first real user!
  4.  *   Owner:  CHRISTOPHER D HOOPER
  5.  *
  6.  *   fv source Copyright (c) 1992 - 1998  Chris Hooper
  7.  *
  8.  *   Modification and redistribution is strictly prohibited.
  9.  *   Sale of this software above media cost is prohibited.
  10.  *
  11.  *   Except for above two restrictions, this software may be used for
  12.  *       any purpose, commercial and private.
  13.  *
  14.  *   Disclaimer:  This product is fit for no use, foreign or domestic.
  15.  *                Use implies knowledge you intend to destroy something.
  16.  */
  17.  
  18. int    edit_file();
  19. int    edit_mem_string();
  20. int    edit_mem_base();
  21. int    find_str();
  22. int    find_hex();
  23. int    set_mark();
  24. int    get_mark();
  25. int    generic_search();
  26. int    save_changes();
  27. int    write_mark();
  28. int    get_jump();
  29. void    edit_mode();
  30. int    load_ksbuf_from_hist();
  31.